Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created April 30, 2017 17:52
Embed
What would you like to do?
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.IOT_LAUNCHER"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment