Skip to content

Instantly share code, notes, and snippets.

@kived
Created August 5, 2014 22:15
Show Gist options
  • Save kived/968427f731c99e024fc6 to your computer and use it in GitHub Desktop.
Save kived/968427f731c99e024fc6 to your computer and use it in GitHub Desktop.
py4a intents
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment