Results 3 issues of *king*

在小米2s扫描设备的时候 就只扫描一次,就不在扫描了。我的需求是要一直扫描这 拿广播包里的数据,我用的方法也是一直扫描的那个方法 只设置了扫描时间

图片只跟随这上走下走,但是下拉不进行放大,我的AppBarLayout 是在activity中设置成图片比例的宽高了, int width = ScreenUtils.getScreenWidth(this); int height = (int) (width * 0.768); ablHead.setLayoutParams(new CoordinatorLayout.LayoutParams(width,height));

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调用了传感器信息 我们的网页就是一个静态的页面