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