Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4a16b16 authored by Svetoslav's avatar Svetoslav
Browse files

Fix a typo

Change-Id: I74da330f7319bd2f571d1c328365e3d5e482dc78
parent 9aaaa1eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;