default-permissions for permissive signature spoofing

This commit is contained in:
Philip Nagler-Frank
2022-02-24 20:53:25 +01:00
parent ea323e9f91
commit 38ae44659d
6 changed files with 37 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<exceptions>
<exception package="com.google.android.gms">
<!-- for permissive signature spoofing, where the permission is "dangerous" -->
<permission name="android.permission.FAKE_PACKAGE_SIGNATURE" fixed="false"/>
<!-- work around https://source.android.google.cn/setup/start/android-12-release?hl=en#system-alert-window-restrictions ? -->
<permission name="android.permission.SYSTEM_ALERT_WINDOW" fixed="false"/>
</exception>
</exceptions>