Skip to content

Commit 4497e0c

Browse files
author
Fabrice Di Meglio
committed
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
1 parent e11dc0d commit 4497e0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/res/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,8 @@
17461746
android:allowClearUserData="false"
17471747
android:backupAgent="com.android.server.SystemBackupAgent"
17481748
android:killAfterRestore="false"
1749-
android:icon="@drawable/ic_launcher_android">
1749+
android:icon="@drawable/ic_launcher_android"
1750+
android:supportsRtl="true">
17501751
<activity android:name="com.android.internal.app.ChooserActivity"
17511752
android:theme="@style/Theme.Holo.Dialog.Alert"
17521753
android:finishOnCloseSystemDialogs="true"

0 commit comments

Comments
 (0)