mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Android TV: Allow the app to be launched from an Android TV launcher.
This commit is contained in:
parent
2b5945ae07
commit
b14bea8544
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue