Skip to content

Commit

Permalink
Merge "Flip ENABLE_DYNAMIC_PERMISSIONS, attempt #6." into rvc-dev am: 0…
Browse files Browse the repository at this point in the history
…0c2e16

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

Change-Id: Ifcabecf8dfe023775e3bc0b5b8baf903bc27c66e
  • Loading branch information
Jeff Sharkey authored and android-build-merge-worker-robot committed Jun 24, 2020
2 parents 984ce38 + 00c2e16 commit 5ccff32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 128;
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;
Expand Down

0 comments on commit 5ccff32

Please sign in to comment.