-
- 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 classIDeviceidInterface.DefaultDefault implementation for IDeviceidInterface.
public abstract classIDeviceidInterface.StubLocal-side IPC implementation stub class.
-