Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save skatldjs/633762 to your computer and use it in GitHub Desktop.
<intent-filter android:label="@string/resolve_title">
<action android:name="com.android.notepad.action.EDIT_TITLE" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.ALTERNATIVE" />
<category android:name="android.intent.category.SELECTED_ALTERNATIVE" />
<data android:mimeType="vnd.android.cursor.item/vnd.google.note" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment