This commit is contained in:
Marek
2026-04-05 19:58:14 +02:00
parent 6e96c5ee99
commit 6a6df85139
8 changed files with 131 additions and 78 deletions

View File

@@ -3,7 +3,11 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:name="android.software.leanback" android:required="false" />
<application
android:banner="@drawable/tv_banner"
android:allowBackup="true"
android:label="YouTube App"
android:usesCleartextTraffic="true"
@@ -15,6 +19,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>
</application>