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

Commit bd6738b2 authored by Alexandra Gherghina's avatar Alexandra Gherghina Committed by Android (Google) Code Review
Browse files

Merge "Mark the keyguard package as required for profile"

parents 439cf5b4 d4749eb4
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -43,7 +43,8 @@
    <application android:label="@string/app_name"
    <application android:label="@string/app_name"
        android:process="com.android.systemui"
        android:process="com.android.systemui"
        android:persistent="true"
        android:persistent="true"
        android:supportsRtl="true">
        android:supportsRtl="true"
        android:requiredForProfile="all">


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