We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可以使用 MediaDrm 提供的这个id, 除了部分手机恢复出厂设置, 这个id都不变的. UUID wideVineUuid = new UUID(-0x121074568629b532L, -0x5c37d8232ae2de13L); wvDrm = new MediaDrm(wideVineUuid); byte[] wideVineId = wvDrm.getPropertyByteArray(MediaDrm.PROPERTY_DEVICE_UNIQUE_ID);
The text was updated successfully, but these errors were encountered:
谢谢,不过现在只能使用IMEI了,有什么问题吗?
Sorry, something went wrong.
各大市场还有用户现在比较重视隐私权限了, READ_PHONE_STATE 这个权限还是比较隐私.
READ_PHONE_STATE对于这个应该都能上架的,目前这个替换IEMI不太可行呢
No branches or pull requests
可以使用 MediaDrm 提供的这个id, 除了部分手机恢复出厂设置, 这个id都不变的.
UUID wideVineUuid = new UUID(-0x121074568629b532L, -0x5c37d8232ae2de13L);
wvDrm = new MediaDrm(wideVineUuid);
byte[] wideVineId = wvDrm.getPropertyByteArray(MediaDrm.PROPERTY_DEVICE_UNIQUE_ID);
The text was updated successfully, but these errors were encountered: