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
This commit is contained in:
Fabrice Di Meglio
2012-09-10 20:46:33 -07:00
parent e11dc0ddab
commit 4497e0c3c6

View File

@@ -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">
<activity android:name="com.android.internal.app.ChooserActivity"
android:theme="@style/Theme.Holo.Dialog.Alert"
android:finishOnCloseSystemDialogs="true"