am 093e6697: Fix notification issues

* commit '093e669746f39f2297d21a7b47e61aa41399ab61':
  Fix notification issues
This commit is contained in:
Scott Kennedy 2013-03-20 02:17:11 +00:00 committed by Android Git Automerger
commit a6a713602d

View File

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