Perfect unique_id for device except IMEI,Android_ID,WLAN Mac and Bluetooth address

前端 未结 3 1883
感情败类
感情败类 2020-12-13 10:51

Objective:

I am looking for a way to find out a unique_id for android device.

Background:

I will use the Id in login re

3条回答
  •  自闭症患者
    2020-12-13 11:50

    I have chosen to use Android_ID since It's not dependent on any hardware.

    Build.SERIAL also dependent on availability of telephony that is in wifi only devices this Build.SERIAL won't work.

    I have explained how other approaches are dependent upon the hardware availability in the question itself.

提交回复
热议问题