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

市场隐私合格审核报获取特殊传感器问题 日志如下 #1060

Open
gitxiaojin opened this issue Apr 2, 2024 · 1 comment
Open

Comments

@gitxiaojin
Copy link

at android.hardware.SensorManager.getSensorList() at org.chromium.device.sensors.PlatformSensor.a(chromium-SystemWebViewGoogle.aab-stable-1:2) at org.chromium.device.sensors.PlatformSensorProvider.createSensor(chromium-SystemWebViewGoogle.aab-stable-1:5) at android.os.MessageQueue.nativePollOnce(Native Method) at android.os.MessageQueue.next(MessageQueue.java:325) at android.os.Looper.loop(Looper.java:142) at android.app.ActivityThread.main(ActivityThread.java:6554) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:558) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:810)

我和小米市场的审核人员沟通他们反馈:
可能是APP内部网页中包含部分组件(如js代码等)调用了传感器信息
请参考日志中的堆栈 可能是APP调用webview显示网页 网页中的组件通过APP调用了传感器信息
我们的网页就是一个静态的页面

@tanranran
Copy link

和AgentWeb其实无关,只要你new Webview ,webview 内部就会获取传感器。解决办法就是hook SensorManager

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