如何获取设备序列号
答案 0 :(得分:2)
有an excellent post on the Android Developer's Blog discussing this。
建议不要使用TelephonyManager.getDeviceId()
,因为它不适用于不是平板电脑等手机的Android设备,它需要READ_PHONE_STATE
权限才能在所有手机上无法正常使用。
相反,您可以使用以下方法之一:
该帖子讨论了每种方法的优缺点,值得一读,这样你就可以找出最适合你的方法。
答案 1 :(得分:1)
来自Telephony阅读Settings.Secure.ANDROID_ID。 “这是在设备首次启动时生成并存储的64位数量”