Stops PushNotifications when the app is killed.

This commit is contained in:
Vitor Pamplona
2023-10-17 18:10:10 -04:00
parent 2a328ca120
commit 35f6ecad59
+1
View File
@@ -6,6 +6,7 @@
<service <service
android:name=".service.notifications.PushNotificationReceiverService" android:name=".service.notifications.PushNotificationReceiverService"
android:stopWithTask="true"
android:exported="false"> android:exported="false">
<intent-filter> <intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT"/> <action android:name="com.google.firebase.MESSAGING_EVENT"/>