Skip to content
Snippets Groups Projects
Commit a25324fb authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Change the package name to override the current LatinIME.

Change-Id: I9fa0740ddd47cb3a4ee13bc38e82957b7cc07f13
parent a0f87399
No related branches found
No related tags found
No related merge requests found
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.inputmethod.latin2"> package="com.google.android.inputmethod.latin">
<!-- Do not override the default LatinIME for now --> <!-- Do not override the default LatinIME for now -->
<!-- original-package android:name="com.android.inputmethod.latin" / --> <!-- original-package android:name="com.android.inputmethod.latin" / -->
......
...@@ -12,6 +12,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) ...@@ -12,6 +12,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := LatinIMETests LOCAL_PACKAGE_NAME := LatinIMETests
LOCAL_INSTRUMENTATION_FOR := LatinIME LOCAL_INSTRUMENTATION_FOR := LatinIme2Google
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)
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