Enable RTL support in keyguard

Fixes bug 10799068

Change-Id: I353b135a2f5ea7cc061719414266cb47f1742db3
This commit is contained in:
Jim Miller
2013-09-23 17:01:14 -07:00
parent fac17cc7b1
commit 4780058dd6

View File

@@ -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" />