mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-02-05 21:50:07 +00:00
Leanback launcher support
This commit is contained in:
parent
c0fb96a911
commit
dc7ae3917e
@ -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>
|
||||
|
||||
|
BIN
app/src/main/res/mipmap-xhdpi/newpipe_tv_banner.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/newpipe_tv_banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
x
Reference in New Issue
Block a user