Add android::supportsRtl="true"

Bug: 6904817

Change-Id: I1176e239d001d8eb5ae79ed345660b22be68b137
main
Tadashi G. Takaoka 2012-07-31 14:44:16 +09:00
parent ff2bec1ce6
commit b8afd540d9
1 changed files with 2 additions and 1 deletions

View File

@ -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"