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
2 changed files with 2 additions and 3 deletions
|
@ -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…
Reference in a new issue