Skip to content
New issue

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

Device Id 获取错误 #7

Closed
omg-xtao opened this issue Aug 19, 2024 · 1 comment
Closed

Device Id 获取错误 #7

omg-xtao opened this issue Aug 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@omg-xtao
Copy link
Contributor

device_id 应该为 uuid 形式,现在获取的 roid 没啥大用

DeviceUtils 是混淆类,推荐直接读取 "pre_device.xml" 下的 "device_id"

val preDevice = ctx.getSharedPreferences("pre_device.xml", 0)
id = preDevice.getString("device_id", "").toString()
@HolographicHat HolographicHat added the enhancement New feature or request label Aug 20, 2024
HolographicHat added a commit that referenced this issue Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants