summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-01-31 11:27:07 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-01-31 11:27:07 (GMT)
commit1c0cb2488bd055a6e8423950912ddaef0d37d41c (patch)
treee24b188996a824e9454861b198eba822e9540636
parentf266cab60ac819477fd9ba10b337ae185068cd8f (diff)
downloaddarwin-1c0cb2488bd055a6e8423950912ddaef0d37d41c.zip
darwin-1c0cb2488bd055a6e8423950912ddaef0d37d41c.tar.gz
darwin-1c0cb2488bd055a6e8423950912ddaef0d37d41c.tar.bz2
MBXLauncher: use droidlogic tv library for tv platform [1/2]
PD# 159978 use droidlogic tv library for tv platform Change-Id: I830221736fbf04cdf31522c6080958ba766c7876
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>