Leanback launcher support

This commit is contained in:
Alexander-- 2019-11-17 16:53:11 +06:59
parent c0fb96a911
commit dc7ae3917e
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<application
android:banner="@mipmap/newpipe_tv_banner"
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
@ -26,6 +27,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>
</activity>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB