Add Android TV banner

This commit is contained in:
Rahul Kumar Patel
2021-03-29 04:39:07 +05:30
parent 2efad1954e
commit 5d70370e4c
3 changed files with 163 additions and 2 deletions

View File

@@ -50,10 +50,14 @@
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
android:name="android.hardware.gamepad"
android:required="false"/>
<application
android:name=".AuroraApplication"
android:allowBackup="true"
android:banner="@drawable/ic_launcher_background"
android:banner="@drawable/ic_tv_banner"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:killAfterRestore="false"