Merge "Do not reset runtime permissions on upgrade" into mnc-dev

This commit is contained in:
Svetoslav Ganov
2015-07-29 17:37:50 +00:00
committed by Android (Google) Code Review

View File

@@ -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;