diff options
author | 2010-08-12 02:10:39 +0900 | |
---|---|---|
committer | 2010-08-13 00:01:03 +0900 | |
commit | 648dcf55a369951eec5c7a29b8035105373b335b (patch) | |
tree | 00eca06a28705ca43daa8161fa7ec2df57d95e6b /tests/AndroidManifest.xml | |
parent | 0b0a686281a8b06ec1c669acbd7e4467acf8906d (diff) | |
download | latinime-648dcf55a369951eec5c7a29b8035105373b335b.tar.gz latinime-648dcf55a369951eec5c7a29b8035105373b335b.tar.xz latinime-648dcf55a369951eec5c7a29b8035105373b335b.zip |
Revert the open-source LatinIME package name -
from com.google.android.inputmethod.latin to com.android.inputmethod.latin
Related change: https://android-git.corp.google.com/g/60862
bug: 2786392
Change-Id: Ib7c6cfe61db19ef50c401a01497eef5f1f5e239e
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r-- | tests/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index 66cecee8b..210e81489 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -27,7 +27,7 @@ </application> <instrumentation android:name="android.test.InstrumentationTestRunner" - android:targetPackage="com.google.android.inputmethod.latin" + android:targetPackage="com.android.inputmethod.latin" android:label="LatinIME tests"> </instrumentation> </manifest> |