Skip to content

Instantly share code, notes, and snippets.

@awave1
Created November 4, 2019 20:43
Show Gist options
  • Save awave1/77d162b33fe91e9ff9293c2823ce0692 to your computer and use it in GitHub Desktop.
Save awave1/77d162b33fe91e9ff9293c2823ce0692 to your computer and use it in GitHub Desktop.
<activity ...>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<!--
The line below specifies where to display the application.
In the regular application, the value would be "android.intent.category.MAIN"
-->
<category android:name="android.intent.category.INFO"/>
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment