diff options
author | 2009-07-29 08:16:22 -0700 | |
---|---|---|
committer | 2009-07-29 08:17:14 -0700 | |
commit | cc7c8ea432ba01f6ec0780b90d57d6064c2c2e76 (patch) | |
tree | 4a7544624d89dcff10a90c7d5992330c4cdfa735 | |
parent | a3ab4494b72d9daf66f45db4d7c43677d1968a55 (diff) | |
download | latinime-cc7c8ea432ba01f6ec0780b90d57d6064c2c2e76.tar.gz latinime-cc7c8ea432ba01f6ec0780b90d57d6064c2c2e76.tar.xz latinime-cc7c8ea432ba01f6ec0780b90d57d6064c2c2e76.zip |
Removing comments that somehow checked in.
Sorry, i don't know how this happened, but seems like I checked this in by accident before.
-rwxr-xr-x | AndroidManifest.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 91a55379b..5222ba5f4 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -7,11 +7,6 @@ <application android:label="@string/english_ime_name" android:backupAgent="LatinIMEBackupAgent"> -<!-- TODO: enable before donut release - <supports-density android:density="120" /> - <supports-density android:density="160" /> - <supports-density android:density="240" /> ---> <service android:name="LatinIME" android:label="@string/english_ime_name" |