Removing Stop with Task from PushNotifications
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
<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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user