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

Commit 429270c3 authored by Svetoslav's avatar Svetoslav
Browse files

Enable runtime permissions

Change-Id: I092a24e472f841ff6094ac4135dfd19381de61ff
parent 1fd5d21e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -257,8 +257,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 RUNTIME_PERMISSIONS_ENABLED =
            SystemProperties.getInt("ro.runtime.permissions.enabled", 0) == 1;
    static final boolean RUNTIME_PERMISSIONS_ENABLED = true;
    private static final int RADIO_UID = Process.PHONE_UID;
    private static final int LOG_UID = Process.LOG_UID;