Enable/disable push notifications. Clearing notifications
resets the summary of the notifications
This commit is contained in:
parent
47ebcb29bf
commit
3a1181bd82
8 changed files with 86 additions and 27 deletions
|
|
@ -55,11 +55,14 @@
|
|||
<action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<service android:name=".MyFirebaseMessagingService" android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<receiver android:name=".NotificationClearBroadcastReceiver" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Loading…
Add table
Add a link
Reference in a new issue