Package 

Class OaidHelper

    • Method Summary

      Modifier and Type Method Description
      static String getOAID(Context context) 获取 OAID 接口,注意该接口是同步接口,可能会导致线程阻塞,建议在子线程中使用
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getOAID

         static String getOAID(Context context)

        获取 OAID 接口,注意该接口是同步接口,可能会导致线程阻塞,建议在子线程中使用

        Parameters:
        context - Context