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