Skip to content

Commit

Permalink
Merge cherrypicks of [11694540, 11688182] into rvc-release
Browse files Browse the repository at this point in the history
Change-Id: Id2dc9b35ea864bed969f08d949a03b73a0724bd6
  • Loading branch information
android-build-team Robot committed Jun 2, 2020
2 parents 60a7260 + 4789a49 commit 12cea18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 = true;
private static final boolean ENABLE_DYNAMIC_PERMISSIONS = false;

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

0 comments on commit 12cea18

Please sign in to comment.