基本思路,找到配置文件,配置需要默认允许的权限,如android:protectionLevel="dangerous"改为android:protectionLevel="normal"
1.找到文件frameworks/base/core/res/AndroidManifest.xml,修改某个权限的级别
+ android:protectionLevel="normal" />

基本思路,找到配置文件,配置需要默认允许的权限,如android:protectionLevel="dangerous"改为android:protectionLevel="normal"
1.找到文件frameworks/base/core/res/AndroidManifest.xml,修改某个权限的级别
+ android:protectionLevel="normal" />