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,7 @@
<?xml version="1.0" encoding="utf-8"?>
<exceptions>
<exception package="com.android.vending">
<!-- for permissive signature spoofing, where the permission is "dangerous" -->
<permission name="android.permission.FAKE_PACKAGE_SIGNATURE" fixed="false"/>
</exception>
</exceptions>