由于 Secure.ANDROID_ID 不是唯一的众所周知的问题,有哪些替代方法可以识别 LVL 中的设备?
如果我要使用安装唯一生成的 ID,这不会给购买该应用程序的用户带来问题吗?例如,如果他们重新安装或更换设备,他们是否会因为 ID 已更改而重新购买该应用程序?
// Try to use more data here. ANDROID_ID is a single point of attack.
String deviceId = Secure.getString(getContentResolver(), Secure.ANDROID_ID);