【发布时间】:2011-04-06 06:56:02
【问题描述】:
我们如何从 Android 平板电脑(Android 3.0 SDK HoneyComb)中获取唯一设备 ID?
我还发现我们可以使用以下方法获取唯一的 Android 设备 ID: 字符串 deviceId = Settings.System.getString(getContentResolver(), Settings.System.ANDROID_ID);
但是Here 写的是Although, it is not guaranteed that the Android ID will be an unique identifier.。
我也经历了一些 SO Questions:
也参考了这篇文章:http://android-developers.blogspot.com/2011/03/identifying-app-installations.html。
但我很困惑how do we get/have Unique Device ID from the Android Tablet type of Device?
【问题讨论】:
标签: android