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

Commit 8aa61000 authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "Enable runtime permissions"

parents 3665abaa 429270c3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -267,8 +267,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;