we can't get SYSTEM_ALERT_WINDO - remove workaround attempt

This commit is contained in:
Philip Nagler-Frank 2022-02-25 19:25:50 +01:00
parent abaf879230
commit b79830348d

View File

@ -3,8 +3,5 @@
<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>