Fix notification issues
CLEAR_NEW_MAIL_NOTIFICATIONS wasn't being received because there were no data tags in the filter. Bug: 7923968 Change-Id: I4f6d03e79a8ecf9450acba3348242c8a48916ad3
This commit is contained in:
parent
24e165323e
commit
093e669746
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user