Skip to content

Commit 5cf8bd7

Browse files
Fabrice Di MeglioAndroid (Google) Code Review
authored andcommitted
Merge "Fix bug #7141044 GlobalActions dialog (power off / airplane mode / sound off) should be RTL aware" into jb-mr1-dev
2 parents a361809 + 4497e0c commit 5cf8bd7

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
@@ -1753,7 +1753,8 @@
17531753
android:allowClearUserData="false"
17541754
android:backupAgent="com.android.server.SystemBackupAgent"
17551755
android:killAfterRestore="false"
1756-
android:icon="@drawable/ic_launcher_android">
1756+
android:icon="@drawable/ic_launcher_android"
1757+
android:supportsRtl="true">
17571758
<activity android:name="com.android.internal.app.ChooserActivity"
17581759
android:theme="@style/Theme.Holo.Dialog.Alert"
17591760
android:finishOnCloseSystemDialogs="true"

0 commit comments

Comments
 (0)