efda55feeb
- Move all app subdirectories under apps/ for cleaner layout - Remove GitHub Actions workflows (self-hosted on Gitea) - GsfProxy: add LOCAL_DEX_PREOPT := false and LOCAL_REPLACE_PREBUILT_APK_INSTALLED to prevent signature stripping during deodexing (see lineageos4microg issue re GsfProxy) - FDroid, FDroidPrivilegedExtension: add LOCAL_DEX_PREOPT := false - FakeStore: add LOCAL_DEX_PREOPT := false (already had PRESIGNED) - GmsCore: remove duplicate LOCAL_PRODUCT_MODULE (was set twice)
16 lines
630 B
XML
16 lines
630 B
XML
<?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"/>
|
|
<!-- Account -->
|
|
<permission name="android.permission.GET_ACCOUNTS" fixed="false" />
|
|
<!-- Location -->
|
|
<permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="false" />
|
|
|
|
<!-- Notifications -->
|
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false" />
|
|
|
|
</exception>
|
|
</exceptions>
|