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

Commit 81f429e0 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Enable RTL support in keyguard" into klp-dev

parents fe538cb6 4780058d
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" />