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

Commit 4780058d authored by Jim Miller's avatar Jim Miller
Browse files

Enable RTL support in keyguard

Fixes bug 10799068

Change-Id: I353b135a2f5ea7cc061719414266cb47f1742db3
parent fac17cc7
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" />