Enable/disable push notifications. Clearing notifications

resets the summary of the notifications
This commit is contained in:
Eugen Rochko 2017-03-15 23:45:59 +01:00
commit 3a1181bd82
8 changed files with 86 additions and 27 deletions

View file

@ -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>