mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Change the package name to override the current LatinIME."
This commit is contained in:
commit
758388f14e
@ -1,5 +1,5 @@
|
||||
<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 -->
|
||||
<!-- original-package android:name="com.android.inputmethod.latin" / -->
|
||||
|
@ -12,6 +12,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_PACKAGE_NAME := LatinIMETests
|
||||
|
||||
LOCAL_INSTRUMENTATION_FOR := LatinIME
|
||||
LOCAL_INSTRUMENTATION_FOR := LatinIme2Google
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
Loading…
Reference in New Issue
Block a user