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

Commit 9829016e authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Move Keyguard to the systemui process."

parents 736d4ddc 9512953c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
    <uses-permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE" />

    <application android:label="@string/app_name"
        android:process="com.android.systemui.keyguard"
        android:process="com.android.systemui"
        android:persistent="true" >

        <service android:name=".KeyguardService"
+1 −0
Original line number Diff line number Diff line
@@ -1511,6 +1511,7 @@ public final class ActiveServices {

                    mPendingServices.remove(i);
                    i--;
                    proc.addPackage(sr.appInfo.packageName, mAm.mProcessTracker);
                    realStartServiceLocked(sr, proc);
                    didSomething = true;
                }