Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我处于调试模式,有什么方法可以自动授予运行时权限?
因为如果我清除数据,我必须再次授予所有权限。而且调试很无聊。
谢谢你。
使用adb,您可以在安装应用程序时使用以下命令授予权限:
$ adb install -g <package>
定义-g如下:
-g
-g:授予应用清单中列出的所有权限。