Skip to content

Instantly share code, notes, and snippets.

@maluta
Created July 20, 2012 21:10
Show Gist options
  • Select an option

  • Save maluta/3153245 to your computer and use it in GitHub Desktop.

Select an option

Save maluta/3153245 to your computer and use it in GitHub Desktop.
<intent-filter>
<action
android:name="android.intent.action.MAIN" />
<category
android:name="android.intent.category.LAUNCHER" />
<category
android:name="android.intent.category.HOME" />
<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