Android TV: File Dolphin under "Games" on the TV Launcher

This commit is contained in:
sigmabeta 2015-06-05 16:26:49 -04:00
parent 920a85b846
commit 51cad1025c

View File

@ -4,6 +4,9 @@
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false"/>
<uses-feature
android:name="android.hardware.gamepad"
android:required="false"/>
<uses-feature
android:name="android.software.leanback"
android:required="false"/>
@ -18,6 +21,7 @@
android:icon="@drawable/ic_launcher"
android:allowBackup="true"
android:supportsRtl="true"
android:isGame="true"
android:banner="@drawable/banner_tv">
<activity