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

Commit cac7462f authored by Nandana Dutt's avatar Nandana Dutt Committed by Automerger Merge Worker
Browse files

Merge "Revert "Flip ENABLE_DYNAMIC_PERMISSIONS."" into rvc-dev am: 75bda788...

Merge "Revert "Flip ENABLE_DYNAMIC_PERMISSIONS."" into rvc-dev am: 75bda788 am: a1b6b544 am: fda8844b

Change-Id: Iecf94f5b4f855a25aa95881d7db95e5f88fb922d
parents 2890c312 fda8844b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -114,7 +114,7 @@ public class UriGrantsManagerService extends IUriGrantsManager.Stub {
    private static final String TAG = "UriGrantsManagerService";
    private static final String TAG = "UriGrantsManagerService";
    // Maximum number of persisted Uri grants a package is allowed
    // Maximum number of persisted Uri grants a package is allowed
    private static final int MAX_PERSISTED_URI_GRANTS = 128;
    private static final int MAX_PERSISTED_URI_GRANTS = 128;
    private static final boolean ENABLE_DYNAMIC_PERMISSIONS = true;
    private static final boolean ENABLE_DYNAMIC_PERMISSIONS = false;


    private final Object mLock = new Object();
    private final Object mLock = new Object();
    private final H mH;
    private final H mH;