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

小米隐私合规问题 #74

Open
winnxiegang opened this issue Nov 28, 2023 · 2 comments
Open

小米隐私合规问题 #74

winnxiegang opened this issue Nov 28, 2023 · 2 comments

Comments

@winnxiegang
Copy link

at android.provider.Settings$Secure.getStringForUser()
at android.provider.Settings$Secure.getString(Settings.java:4664)
at com.github.gzuliyujiang.oaid.DeviceID.getAndroidID(SourceFile:12)
at com.github.gzuliyujiang.oaid.DeviceID.onOAIDGetError(SourceFile:38)
at com.github.gzuliyujiang.oaid.impl.DefaultImpl.doGet(Unknown Source:10)
at com.github.gzuliyujiang.oaid.DeviceID.getOAID(SourceFile:2)
at com.github.gzuliyujiang.oaid.DeviceID.register(SourceFile:43)
at com.github.gzuliyujiang.oaid.DeviceIdentifier.register(SourceFile:13)

//initAgreeData 这里我才进行所有第三方的注册 包括本插件的注册,但是上面已经有执行获取的方法了。
at com.qq.weather.utils.AppMyUtils.initAgreeData(SourceFile:121)
at com.qq.weather.utils.AppMyUtils.initAgreeData$default(Unknown Source:5)
at com.qq.weather.ui.activity.home.PrivacyAgreeActivity.initClick$lambda-1(SourceFile:14)
at com.qq.weather.ui.activity.home.PrivacyAgreeActivity.b(Unknown Source:0)
at com.qq.weather.ui.activity.home.b.onClick(Unknown Source:2)
at android.view.View.performClick(View.java:6294)
at android.view.View$PerformClick.run(View.java:24770)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6604)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:522)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:810)

@liyujiang-gzu
Copy link
Member

检查一下是否在未同意的地方调用了相关方法,看下你的这个DeviceIdentifier.register是在哪里调用的

@liyujiang-gzu
Copy link
Member

还有检查下调用DeviceIdentifier和DeviceID这两个类里的方法都是在什么地方,尤其是DeviceID类,需确保是在活得隐私许可的情况下调用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants