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

Commit 053cee78 authored by Alexandra Gherghina's avatar Alexandra Gherghina Committed by Android Git Automerger
Browse files

am bd6738b2: Merge "Mark the keyguard package as required for profile"

* commit 'bd6738b2':
  Mark the keyguard package as required for profile
parents e4027744 bd6738b2
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">

    </application>
</manifest>