Skip to content
Snippets Groups Projects
Commit 6bfb6d00 authored by Mitsuru Oshima's avatar Mitsuru Oshima
Browse files

use compatibility mode (for now)

parent 43d34daf
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,11 @@ ...@@ -6,9 +6,11 @@
<uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" /> <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" />
<application android:label="@string/english_ime_name"> <application android:label="@string/english_ime_name">
<!-- TODO: enable before donut release
<supports-density android:density="120" /> <supports-density android:density="120" />
<supports-density android:density="160" /> <supports-density android:density="160" />
<supports-density android:density="240" /> <supports-density android:density="240" />
-->
<service android:name="LatinIME" <service android:name="LatinIME"
android:label="@string/english_ime_name" android:label="@string/english_ime_name"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment