11 lines
530 B
XML
11 lines
530 B
XML
<?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>
|