Make demo app visible in AndroidTV launcher

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140605251
This commit is contained in:
olly 2016-11-30 08:04:25 -08:00 committed by Oliver Woodman
parent 257671467f
commit 289ae3ff38
2 changed files with 4 additions and 1 deletions

View File

@ -21,12 +21,14 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-feature android:name="android.software.leanback" android:required="false"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="24"/>
<application
android:label="@string/application_name"
android:icon="@drawable/ic_launcher"
android:banner="@drawable/ic_banner"
android:largeHeap="true"
android:allowBackup="false"
android:name="com.google.android.exoplayer2.demo.DemoApplication">
@ -37,6 +39,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB