Merge "Add android::supportsRtl="true"" into jb-mr1-dev

main
Tadashi G. Takaoka 2012-07-30 23:42:01 -07:00 committed by Android (Google) Code Review
commit 2b077a6576
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"