Android runtime permission for system apps
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Question about Android runtime permissions. AFAIK, android grant dangerous permission at runtime. I reset my phone, then adb pull /data/system/users/0/runtime-permissions.xml, I found android.ui.system has already granted many dangerous permissions. can anybody tell me how it does? 回答1: The mechanism to insert Runtime permission into the /data/system/users/0/runtime-permissions.xml file by user confirmation dialog for Dangerous permission level, is for third party applications, and This is not relevant for built-in applications. For built-in