Skip to content

Instantly share code, notes, and snippets.

@billdawson
Created December 8, 2010 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billdawson/6b628215e36644edab6f to your computer and use it in GitHub Desktop.
Save billdawson/6b628215e36644edab6f to your computer and use it in GitHub Desktop.
<android xmlns:android="http://schemas.android.com/apk/res/android">
<activities>
<activity url="myactivity.js">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</activities>
</android>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment