summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-09-01 02:16:01 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-09-01 02:35:28 (GMT)
commit185e32645a02bfa7e6cca7fe70f5dc4353e7a3d0 (patch)
treefc6c0f64d48a17ec29fc1fad652e5dd15102d6e9
parente210762d68d1640ed27d5278e42265ceec8cd688 (diff)
downloadSubTitle-185e32645a02bfa7e6cca7fe70f5dc4353e7a3d0.zip
SubTitle-185e32645a02bfa7e6cca7fe70f5dc4353e7a3d0.tar.gz
SubTitle-185e32645a02bfa7e6cca7fe70f5dc4353e7a3d0.tar.bz2
subtitle: use-library droidlogic.software.core [8/11]
PD# NONE in treble mode, droidlogic.jar put to /vendor so it can not be added to BOOTCLASSPATH Change-Id: Ic8066b7aea4c67cec00657e2340a4d9ea54e480d
Diffstat
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index af36856..8727a5d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -10,7 +10,9 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="droidlogic.permission.SYSTEM_CONTROL" />
<application
- android:persistent="true">
+ android:persistent="true">
+ <uses-library android:name="droidlogic.software.core" />
+
<service android:name=".SubTitleService">
<intent-filter>
<action android:name="com.droidlogic.SubTitleService.SubTitleService"/>