Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60693390 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

trying to fix

Permission android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST requested by com.google.android.gms is not a changeable permission type
parent 90db3751
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ public final class DefaultPermissionGrantPolicy {
    static {
        MICROG_PERMISSIONS.add("android.permission.FAKE_PACKAGE_SIGNATURE");
        MICROG_PERMISSIONS.add("android.permission.INSTALL_LOCATION_PROVIDER");
        MICROG_PERMISSIONS.add("android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST");
    }

    private static final Set<String> FAKE_PACKAGE_SIGNATURE_PERMISSIONS = new ArraySet<>();