Skip to content

Instantly share code, notes, and snippets.

@slumbers99
Created December 4, 2012 13:27
gmailintent
<intent-filter>
<action android:name="android.intent.action.PROVIDER_CHANGED" />
<data
android:host="gmail-ls"
android:path="/unread/^i"
android:scheme="content" />
</intent-filter>
<!-- 4.2.1 から下の action で通知されるようになった。 -->
<intent-filter>
<action android:name="com.android.mail.action.update_notification" />
<data android:mimeType="application/gmail-ls" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment