I\'m developing an application that includes a broadcast receiver. The broadcast receiver sets a notification onReceive(), which includes a pending Intent
Inten
I think the problem is that when an activity is woken, getIntent() returns the intent that first started it.