am a6a71360: am 093e6697: Fix notification issues

* commit 'a6a713602d6b807ff29c2355922a729197ca2d41':
  Fix notification issues
This commit is contained in:
Scott Kennedy 2013-03-20 02:18:49 +00:00 committed by Android Git Automerger
commit 0dce81e99e

View File

@ -647,7 +647,10 @@
<intent-filter> <intent-filter>
<action android:name="android.intent.action.LOCALE_CHANGED"/> <action android:name="android.intent.action.LOCALE_CHANGED"/>
<action android:name="com.android.mail.action.RESEND_NOTIFICATIONS" /> <action android:name="com.android.mail.action.RESEND_NOTIFICATIONS" />
</intent-filter>
<intent-filter>
<action android:name="com.android.mail.action.CLEAR_NEW_MAIL_NOTIFICATIONS" /> <action android:name="com.android.mail.action.CLEAR_NEW_MAIL_NOTIFICATIONS" />
<data android:scheme="content" />
</intent-filter> </intent-filter>
</service> </service>