Passing parameters between activities/fragments
问题 Hello Android developers, I'm trying to pass arguments between two distinct activities but I've got stuck into an issue and I can't get out of it. Basically, I'm trying to pass two strings from a fragment contained in my MainActivity, MainFragment to my secondary activity, SecondaryActivity I can pass those two strings from Other Activities to the SecondaryActivity without issues. I can even do that from my NotificationService , but I can't from that specific Fragment. Debugging, I can see