I am trying to pass data between two activities that are inside of tabs. I am trying to use sendBroadcast(). With breakpoints set I never reach onReceiv
sendBroadcast()
onReceiv
Please use
intent.getStringExtra("");
and
new Intent();
Worked for me.