summaryrefslogtreecommitdiff
path: root/files/AndroidManifest-common.xml (plain)
blob: d344209c6434fcf4db81bcd59538ecc48c3f9aa8
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 /* Copyright (c) 2014 Amlogic, Inc. All rights reserved.
4**
5** This source code is subject to the terms and conditions defined in the
6** file 'LICENSE' which is part of this source code package.
7**
8** Description: manifest
9*/
10-->
11
12<manifest xmlns:android="http://schemas.android.com/apk/res/android"
13 package="com.droidlogic.mboxlauncher"
14 android:sharedUserId="android.uid.system"
15 android:minSdkVersion="26">
16
17 <application
18 android:icon="@drawable/ic_launcher"
19 android:label="@string/app_name"
20 android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
21 <uses-library android:name="droidlogic.tv.software.core" />
22 </application>
23
24</manifest>
25