Android app is running in the background state. Created a notification 
message in the Firebase Console with payload in the Advanced options. After 
receiving the notification and shown on the device's system tray, clicking 
on the notification just goes back to the app and the data payload was not 
delivered in the extras on the intent of the launcher activity. The 
notification does not open the app launcher by default as specified in the 
documentations. Why is it that the notification in the device's system tray 
is launching the Activity, but sometimes it just goes to the app as it was 
clicking on the app icon normally? The payload intent never got passed to 
the activity that is trying to read it, getIntent().getExtras() returns 
null.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/dcb9db3d-3d6f-44a1-ae43-a3cfe9b112b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to