【发布时间】:2015-11-26 15:24:11
【问题描述】:
我在BaseApplication 类中设置了信标背景扫描using this tutorial,但在Marshmallow 运行设备中显示此日志:
Caught a RuntimeException from the binder stub implementation.
java.lang.SecurityException: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
最后,通过this 和this 参考,我能够为 Marshmallow 运行设备提供位置访问权限以检测信标。
我的问题:
即使我授予位置访问权限,它也不会检测到信标,并且也会停止显示日志上方。这是ISSUE 中的问题吗?我的 Nexus 5 内部版本号是 MRA58N
更新:当我手动打开位置时,它现在可以工作了。但这很奇怪。检测信标是否正确?
【问题讨论】:
标签: android android-6.0-marshmallow altbeacon beacon