summaryrefslogtreecommitdiff
path: root/files/DroidTvSettings/AndroidManifest-common.xml (plain)
blob: d3a572e8187e49e985f2ca43d95e88f92a0d6c9b
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<manifest xmlns:android="http://schemas.android.com/apk/res/android"
12 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
13 package="com.droidlogic.tv.settings"
14 android:sharedUserId="android.uid.system"
15 android:versionCode="1"
16 coreApp="true"
17 android:versionName="1.0" >
18 <application
19 android:banner="@drawable/ic_launcher_banner_settings"
20 android:defaultToDeviceProtectedStorage="true"
21 android:directBootAware="true"
22 android:icon="@drawable/logo_settings_color_48dp"
23 android:label="@string/settings_app_name"
24 android:supportsRtl="true"
25 android:theme="@style/Theme.Settings"
26 android:usesCleartextTraffic="true" >
27
28 <uses-library android:name="droidlogic.tv.software.core" />
29 </application>
30</manifest>
31