To get notification data when your app in the background, you should add click_action inside notification payload . “Put that intent-filter on your manifest, inside application tag.” you can’t put intent-filter inside application tag.
To get notification data when your app in the background, you should add click_action inside notification payload . “Put that intent-filter on your manifest, inside application tag.” you can’t put intent-filter inside application tag.