Android Id Info

Android Id Info

0.09MB
版本 1.3
暂未收录 高速下载 打开应用汇 发现更多精彩
喜欢 0好评
评论 0
  提示:该应用暂无版号 应用汇暂不提供下载
详细信息
  • 软件大小: 0.09MB
  • 最新版本: 1.3
  • 文件格式: apk
  • 应用分类: 其他
  • 使用语言: 英文或其他
  • 网络支持:
  • 系统要求: 2.0以上
应用介绍
Note: This app is only intended for developers

Shows you these values, which are all related to identifying an android device.

Secure.ANDROID_ID
android.os.Build.SERIAL
TelephonyManager.getSimSerialNumber()
TelephonyManager.getDeviceId()
ro.serialno
wifi MAC

Has a refresh button (Screen shot outdated) so you can refresh the data and see how values changed / become unavailable.

Secure.ANDROID_ID is mapped to 'android_id', the hexstring of interest is retrieved by


ContentResolver contentResolver = getApplicationContext().getContentResolver();
Settings.Secure.getString(contentResolver, Settings.Secure.ANDROID_ID)

I made this app to explore ways to identify a particular android device. Identification guide can be found in link below:

http://android-developers.blogspot.com/2011/03/identifying-app-installations.html

and Stackoverflow question is here with solutions

http://stackoverflow.com/questions/2785485/is-there-a-unique-android-device-id/3102499#3102499
加载更多
版本更新
added GTalk Id
加载更多