Id Info for Android Apk 1.3
實用工具
1.3
更新時間:December 15, 2024
下載apk
檢索Android ID信息。
向您顯示這些值,這些值與識別Android設備有關。
secure.android_id(又稱Android ID)
android.os.build.Serial
telephonyManager.getSimSerialNumber()
telephonyManager.getDeviceId()
ro.Serialno
WiFi Mac
具有刷新按鈕(屏幕截圖過時),因此您可以刷新數據並查看值如何變化 /不可用。只需觸摸一個項目即可複製到剪貼板。
secure.android_id映射到'android_id'
contentResolver contentResolver = getApplicationContext()。getContentResolver();
settings.secure.getString(contentResolver,settings.secure.android_id)
我製作了這個應用程序來探索識別特定Android設備的方法。可以在以下鏈接中找到標識指南:
http://android-developers.blogspot.com/2011/03/indistifying-app-installations.html
和stackoverflow問題在這裡有解決方案
http://stackoverflow.com/questions/2785485/is-there-there-a-unique-android-device-id/3102499#3102499