Getting data from clicked notification in android
问题 Hey guys I need help on how to get the data from my pending intent which is set using a broadcast receiver. What I want to happen is to get the data of an id when the notification is clicked which will be needed for my activity. this is how I make the extras public class AlertReceiver extends BroadcastReceiver { private int id; // Called when a broadcast is made targeting this class @Override public void onReceive(Context context, Intent intent) { Bundle bundle = intent.getExtras(); String