简体   繁体   English

Android BroadcastRecevier的应用程序权限

[英]Android BroadcastRecevier for App Permissions

当您的应用权限发生变化时,您将如何创建广播接收器?

You cannot create a BroadcastReceiver for App permissions since there is no broadcast. 由于没有广播,因此无法为App权限创建BroadcastReceiver。 As soon as there is a permission change, the app is restarted. 更改权限后,将立即重新启动该应用程序。

EDIT: You can check for permissions yourselves by following this . 编辑:您可以通过以下检查自己的权限

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM