我正在尝试实现活动识别,因此它将支持api 23.我已经按照此处运行的权限指南进行操作:
https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous
我无法确定活动识别是否被归类为危险许可或正常?
即使在谷歌的活动识别样本中,他们也没有针对api 23:https://github.com/googlesamples/android-play-location/tree/master/ActivityRecognition
Android 6.0中是否可能不支持活动重新认知?
android android-permissions activity-recognition android-6.0-marshmallow