开发者

Android unique device ID from native code

开发者 https://www.devze.com 2023-02-05 15:49 出处:网络
Ho开发者_开发百科w to get the Android unique device ID from the native code (not from java)?The only way to do this is to use JNI to call the Java APIs that supply this information.You may get this in

Ho开发者_开发百科w to get the Android unique device ID from the native code (not from java)?


The only way to do this is to use JNI to call the Java APIs that supply this information.


You may get this information using libRIL (Radio Interface Layer). Check the content of the directory /hardware/ril/libril in android sources. Looking into the com.android.internal.telephony.RIL may also help you to understand how RIL requests are working.

0

精彩评论

暂无评论...
验证码 换一张
取 消