-
- All Implemented Interfaces:
-
android.os.IInterface
public interface IDeviceidInterface implements IInterface
本文件代码根据以下AIDL生成,只改包名以便解决和移动安全联盟的SDK冲突问题:
// IDeviceidInterface.aidl package com.zui.deviceidservice; interface IDeviceidInterface { String getOAID(); String getUDID(); boolean isSupport(); String getVAID(String str); String getAAID(String str); String createAAIDForPackageName(String str); }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
IDeviceidInterface.Default
Default implementation for IDeviceidInterface.
public abstract class
IDeviceidInterface.Stub
Local-side IPC implementation stub class.
-