From 4497e0c3c672e507b4fd1ff1debefaf76c52ec28 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Mon, 10 Sep 2012 20:46:33 -0700 Subject: [PATCH] Fix bug #7141044 GlobalActions dialog (power off / airplane mode / sound off) should be RTL aware - add android:supportsRtl="true" to the manifest for system_process Change-Id: I9794f6880c883d91751d0037646253810b086d46 --- core/res/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 560021d37e005..9179eb43c56d6 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1746,7 +1746,8 @@ android:allowClearUserData="false" android:backupAgent="com.android.server.SystemBackupAgent" android:killAfterRestore="false" - android:icon="@drawable/ic_launcher_android"> + android:icon="@drawable/ic_launcher_android" + android:supportsRtl="true">