Package repeackage.com.android.creator
See: Description
-
Interface Summary Interface Description IdsSupplier 本文件代码根据以下AIDL生成,只改包名以便解决和移动安全联盟的SDK冲突问题: // IdsSupplier.aidl package com.android.creator; interface IdsSupplier { boolean isSupported(); String getUDID(String str); String getOAID(); String getVAID(); String getAAID(String str); }