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

Commit d4749eb4 authored by Alexandra Gherghina's avatar Alexandra Gherghina
Browse files

Mark the keyguard package as required for profile

Change-Id: I8edae23c57e1f1af2c086c0f67d9d240d3726d84
parent 00bc2834
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -43,7 +43,8 @@
    <application android:label="@string/app_name"
        android:process="com.android.systemui"
        android:persistent="true"
        android:supportsRtl="true">
        android:supportsRtl="true"
        android:requiredForProfile="all">

        <service android:name=".KeyguardService"
            android:exported="true" />