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

Commit b3feda1d authored by Sahana Rao's avatar Sahana Rao Committed by Automerger Merge Worker
Browse files

Flip ENABLE_DYNAMIC_PERMISSIONS, attempt #7. am: 3b614558

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12792979

Change-Id: I58ac996f4c889a573a83e736fd99a6b6ee9f092c
parents 813eb1c9 3b614558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public class UriGrantsManagerService extends IUriGrantsManager.Stub {
    private static final String TAG = "UriGrantsManagerService";
    // Maximum number of persisted Uri grants a package is allowed
    private static final int MAX_PERSISTED_URI_GRANTS = 512;
    private static final boolean ENABLE_DYNAMIC_PERMISSIONS = false;
    private static final boolean ENABLE_DYNAMIC_PERMISSIONS = true;

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