summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-09-01 02:09:54 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-09-01 02:35:13 (GMT)
commitc3a22f696673ec11ff78b246584949d3f1425f1d (patch)
tree4596ca1a2c16b045bc253a7fe8ddefde60203456
parent5cffa19664752fed8f148bde179435bbfb3ea02c (diff)
downloadRemoteIME-c3a22f696673ec11ff78b246584949d3f1425f1d.zip
RemoteIME-c3a22f696673ec11ff78b246584949d3f1425f1d.tar.gz
RemoteIME-c3a22f696673ec11ff78b246584949d3f1425f1d.tar.bz2
droidIME: use-library droidlogic.software.core [7/11]
PD# NONE in treble mode, droidlogic.jar put to /vendor so it can not be added to BOOTCLASSPATH Change-Id: I218cc30bb4e7826ca85221f877ac1ea27c387a05
Diffstat
-rw-r--r--[-rwxr-xr-x]AndroidManifest.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 58cfa09..f13a7e4 100755..100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,7 +16,14 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.droidlogic.inputmethod.remote" android:sharedUserId="android.uid.shared">
<original-package android:name="com.amlogic.inputmethod.remote" />
<uses-permission android:name="android.permission.VIBRATE" />
- <application android:icon="@drawable/app_icon" android:allowBackup="false" android:persistent="true" android:killAfterRestore="false" android:label="@string/ime_name">
+ <application
+ android:icon="@drawable/app_icon"
+ android:allowBackup="false"
+ android:persistent="true"
+ android:killAfterRestore="false"
+ android:label="@string/ime_name">
+
+ <uses-library android:name="droidlogic.software.core" />
<service android:name=".PinyinDecoderService" android:exported="true">
<intent-filter>
<action android:name="com.android.inputmethod.pinyin.Decoder_Service" />