Merge "Do not reset runtime permissions on upgrade" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
120a86ac6f
@@ -298,7 +298,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
private static final boolean DEBUG_DEXOPT = false;
|
||||
private static final boolean DEBUG_ABI_SELECTION = false;
|
||||
|
||||
static final boolean CLEAR_RUNTIME_PERMISSIONS_ON_UPGRADE = Build.IS_DEBUGGABLE;
|
||||
static final boolean CLEAR_RUNTIME_PERMISSIONS_ON_UPGRADE = false;
|
||||
|
||||
private static final int RADIO_UID = Process.PHONE_UID;
|
||||
private static final int LOG_UID = Process.LOG_UID;
|
||||
|
||||
Reference in New Issue
Block a user