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

Commit 9c4c61d0 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 81f429e0: Merge "Enable RTL support in keyguard" into klp-dev

* commit '81f429e0':
  Enable RTL support in keyguard
parents f6a63c92 81f429e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -41,7 +41,8 @@

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

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