Created
August 7, 2020 11:28
-
-
Save pflammertsma/9e8c060fd88c0a3f3e1291fbbdb64293 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <activity ... > | |
| <intent-filter> | |
| <action android:name="android.intent.action.MAIN" /> | |
| <category android:name="android.intent.category.LEANBACK_LAUNCHER" /> | |
| </intent-filter> | |
| </activity> | |
| </manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment