Skip to content

Instantly share code, notes, and snippets.

@ashwin-sp
Last active February 22, 2018 07:28
Show Gist options
  • Save ashwin-sp/8d7d58a762ba697ae7215c0ca08e0779 to your computer and use it in GitHub Desktop.
Save ashwin-sp/8d7d58a762ba697ae7215c0ca08e0779 to your computer and use it in GitHub Desktop.
<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