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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user