Removing Stop with Task from PushNotifications

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