Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4497e0c3 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

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
parent e11dc0dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"