summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-01-31 11:27:48 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-01-31 11:27:51 (GMT)
commit5b6fe059dbdf271fb8e4529ac746d6bf71673dbd (patch)
tree57098d5f4afffed70300d1655f04541cf6ea8966
parent0e735759765b908bbe42713c30bd88b84b1dd701 (diff)
downloadeinstein-5b6fe059dbdf271fb8e4529ac746d6bf71673dbd.zip
einstein-5b6fe059dbdf271fb8e4529ac746d6bf71673dbd.tar.gz
einstein-5b6fe059dbdf271fb8e4529ac746d6bf71673dbd.tar.bz2
MBXLauncher: use droidlogic tv library for tv platform [2/2]
PD# 159978 use droidlogic tv library for tv platform Change-Id: Ia289c29000f77f5573f2ebde22c56dc2c37bc1c3
Diffstat
-rw-r--r--files/AndroidManifest-common.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/AndroidManifest-common.xml b/files/AndroidManifest-common.xml
new file mode 100644
index 0000000..d344209
--- a/dev/null
+++ b/files/AndroidManifest-common.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ /* Copyright (c) 2014 Amlogic, Inc. All rights reserved.
+**
+** This source code is subject to the terms and conditions defined in the
+** file 'LICENSE' which is part of this source code package.
+**
+** Description: manifest
+*/
+-->
+
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.droidlogic.mboxlauncher"
+ android:sharedUserId="android.uid.system"
+ android:minSdkVersion="26">
+
+ <application
+ android:icon="@drawable/ic_launcher"
+ android:label="@string/app_name"
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
+ <uses-library android:name="droidlogic.tv.software.core" />
+ </application>
+
+</manifest>