I want to resume my application from the notification in the status bar in the same way as when the user clicks the icon in the launch bar.
That is: I want the stack to be in the same state as before the user left it.
The problem with setting up a pending notification intent is that it always focuses on a specific action. I do not want it. I need to resume the application in the same way as the launcher does.
So, if the user is in action A, I want to resume action A. If he started action B from action A, then I want B to be displayed when the user deletes the notification, and the stack to be restored, that A resumes when the user deletes the back button in B.
There are several other questions with similar names, but not a single issue affects my issue.
android
olivierg Mar 31 '11 at 15:35 2011-03-31 15:35
source share