Add android::supportsRtl="true"
Bug: 6904817 Change-Id: I1176e239d001d8eb5ae79ed345660b22be68b137
This commit is contained in:
parent
ff2bec1ce6
commit
b8afd540d9
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
|||
<application android:label="@string/aosp_android_keyboard_ime_name"
|
||||
android:icon="@drawable/ic_ime_settings"
|
||||
android:backupAgent="BackupAgent"
|
||||
android:killAfterRestore="false">
|
||||
android:killAfterRestore="false"
|
||||
android:supportsRtl="true">
|
||||
|
||||
<service android:name="LatinIME"
|
||||
android:label="@string/aosp_android_keyboard_ime_name"
|
||||
|
|
Loading…
Reference in a new issue