我们如何从安卓平板电脑(Android3.0SDK,HoneyComb)中获得唯一的设备ID?,我们可以通过使用: String deviceId = Settings.System.getString(getContentResolver(),Settings.System.ANDROID_ID获得唯一的Android设备ID;
但是Although, it is not guaranteed that the Android ID will be an unique identifier..但我很困惑