How to find serial number of Android device?

后端 未结 17 2128
借酒劲吻你
借酒劲吻你 2020-11-22 14:07

I need to use a unique ID for an Android app and I thought the serial number for the device would be a good candidate. How do I retrieve the serial number of an Android devi

17条回答
  •  执笔经年
    2020-11-22 14:41

    The IMEI is good but only works on Android devices with phone. You should consider support for Tablets or other Android devices as well, that do not have a phone.

    You have some alternatives like: Build class members, BT MAC, WLAN MAC, or even better - a combination of all these.

    I have explained these details in an article on my blog, see: http://www.pocketmagic.net/?p=1662

提交回复
热议问题