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

Commit 5a6f2136 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #22185268: apps crash with missing permissions and NPE on...

Merge "Fix issue #22185268: apps crash with missing permissions and NPE on AppOpsManager" into mnc-dev
parents 5f950417 82143339
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ final class DefaultPermissionGrantPolicy {

    private static final Set<String> ACCOUNTS_PERMISSIONS = new ArraySet<>();
    static {
        ACCOUNTS_PERMISSIONS.add(Manifest.permission.GET_ACCOUNTS);
        //ACCOUNTS_PERMISSIONS.add(Manifest.permission.GET_ACCOUNTS);
    }

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