Add placeholder Android TV support

This commit is contained in:
Mygod
2018-08-18 18:40:30 +08:00
parent e20133f222
commit 52b641dfd6

View File

@@ -6,6 +6,9 @@
<uses-feature
android:name="android.hardware.bluetooth"
android:required="false"/>
<uses-feature
android:name="android.software.leanback"
android:required="false"/>
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false"/>
@@ -38,6 +41,7 @@
android:name=".App"
android:allowBackup="false"
android:label="@string/app_name"
android:banner="@mipmap/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
@@ -53,6 +57,7 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />