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

前端 未结 3 1907
感情败类
感情败类 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条回答
  •  萌比男神i
    2020-12-13 11:39

    I think, you could use device serial ID (hardware serial number, not android id). You could seen it in device settings. In your code, you could get it by Build.SERIAL.

提交回复
热议问题