mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Restore the original-package entry to support overwrite-install with the old package name.
Change-Id: I1ddbcb3e1b41ef7d0e4017d7de11b600ec645197
This commit is contained in:
parent
07865c0530
commit
bfd3b8bf86
@ -15,7 +15,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common
|
||||
|
||||
#LOCAL_AAPT_FLAGS := -0 .dict
|
||||
# The following flag is required because we use a different package name
|
||||
# com.google.android.inputmethod.latin2 in the LatinIME sandbox.
|
||||
# com.google.android.inputmethod.latin in the LatinIME sandbox.
|
||||
LOCAL_AAPT_FLAGS := --custom-package com.android.inputmethod.latin
|
||||
|
||||
LOCAL_SDK_VERSION := current
|
||||
|
@ -1,8 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.android.inputmethod.latin">
|
||||
|
||||
<!-- Do not override the default LatinIME for now -->
|
||||
<!-- original-package android:name="com.android.inputmethod.latin" / -->
|
||||
<original-package android:name="com.android.inputmethod.latin" />
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user