mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add android::supportsRtl="true"
Bug: 6904817 Change-Id: I1176e239d001d8eb5ae79ed345660b22be68b137
This commit is contained in:
parent
ff2bec1ce6
commit
b8afd540d9
@ -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…
x
Reference in New Issue
Block a user