我找到了一个应用程序,他们使用设备身份作为用户登录。卸载并安装后显示相同的 DeviceID。当我在我的安卓设备上测试这个应用程序时。设备标识与此字符串不匹配。
String android_id = Settings.Secure.getString(this.getContentResolver(),
Settings.Secure.ANDROID_ID);
但是,当我在与该应用设备 ID 匹配的 android 模拟器字符串上尝试此操作时。但是在我的物理设备中......
在该应用程序上显示:93edad60438f8004
获取字符串设备 ID:5f1cf6393c37ae96
如何获取设备 ID 作为该应用程序?