Skip to content

Instantly share code, notes, and snippets.

@skatldjs
Created October 19, 2010 07:07
Show Gist options
  • Select an option

  • Save skatldjs/633750 to your computer and use it in GitHub Desktop.

Select an option

Save skatldjs/633750 to your computer and use it in GitHub Desktop.
<intent-filter>
<action android:name="android.intent.action.INSERT" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.dir/vnd.google.note" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment