Android TV: Allow the app to be launched from an Android TV launcher.
This commit is contained in:
parent
2b5945ae07
commit
b14bea8544
|
@ -21,6 +21,7 @@
|
|||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
|
Loading…
Reference in New Issue