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