Sending new intent to broadcast receiver gives extras values from previous intent
问题 I am broadcasting a intent which will be received by a broadcast receiver, as application is still running and new intent is fired by Alarm Service but the receiver is showing the previous intent value. As per docs broadcast receiver is no longer active after returning onReceive(), so receiver should show next intent values which is fired by alarm service, but it is not happening, can any one tell correct approach. This is from activity to broadcast intent: Intent intent = new Intent(SCH