有没有什么方法可以识别用户授予了哪些位置权限
有没有什么方法可以识别用户在 Android 中以编程方式授予了哪个位置权限。
如下所示
- 使用应用程序时
- 仅这一次
- 拒绝
我想从另一个应用程序了解特定应用程序的当前位置权限状态。不是为了检查其运行时间。
Is there any method to identify which location permission is granted by user in programmatically in Android.
like the following
- While using the app
- Only this time
- Deny
I want to know a particular applications current location permission status from another app. Not for checking its run time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,我们可以使用权限组合以编程方式检查它。我根据android版本创建了该方法:
Yes, we can check it programmatically using the combination of permissions. I have created the method on the basis of the android version :
设置中为“是”
在此处输入图像描述
yes in the setting
enter image description here