Flip ENABLE_DYNAMIC_PERMISSIONS, attempt #7. am: 3b6145587f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12792979 Change-Id: I58ac996f4c889a573a83e736fd99a6b6ee9f092c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user