Android unique id

前端 未结 6 1665
慢半拍i
慢半拍i 2020-12-05 03:32

How do I get an unique ID from an Android phone?

Whenever I try to get the unique ID from the phone as a string it always shows android id and no other uniq

6条回答
  •  -上瘾入骨i
    2020-12-05 04:13

    Wireless MAC address is more unique than IMEI, because the later gets spoofed on stolen devices. Drawback is that it only works on WiFi enabled devices. WifiInfo

提交回复
热议问题