有什么办法请求允许编程?有什么办法

2023-09-12 08:09:21 作者:半路温情

有什么办法请求允许编程的机器人?我不希望所有的权限添加到AndroidManifest.xml中。那么,有没有询问是否允许在运行时的任何提示?

Is there any way to ask permission programmatically in android ? I don't want to add all permission to AndroidManifest.xml. So is there any dialog that asks for permission at runtime?

推荐答案

没有。用户需要被告知的权限而安装应用程序。问在运行时,用户将是一个安全隐患。

No. The user needs to be informed about the permissions while installing the application. Asking the user at runtime would be a security risk.