Merge "Fix a typo"
This commit is contained in:
@@ -249,7 +249,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
private static final boolean DEBUG_ABI_SELECTION = false;
|
||||
|
||||
private static final boolean RUNTIME_PERMISSIONS_ENABLED =
|
||||
SystemProperties.getInt("ro.runtime.premissions.enabled", 0) == 1;
|
||||
SystemProperties.getInt("ro.runtime.permissions.enabled", 0) == 1;
|
||||
|
||||
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