A unique identifier for cell phone other than IMEI or IMSI?

后端 未结 2 1207
时光说笑
时光说笑 2020-12-21 15:27

I\'d like to have an unique identifier for a cell phone. Since there is not a particular way to find IMEI or IMSI on every mobile, I want to know if there are other ways to

2条回答
  •  时光说笑
    2020-12-21 15:38

    If your target device has JSR82, you can use LocalDevice.getLocalDevice().getBluetoothAddress() -- that's unique.

提交回复
热议问题