Hi, my App is Launched by "Main.java" (Activity) and opens a Notification and a second Activity called "Sub.java", now I press the Home-Button and the App disapears (everything okay until here).
If I'll now click on the Notification the "Main.java"-Activity is launched, the "Sub.java" seems to be lost. Is there any posibility to reorder the Stack of Activities to the front?
Thanks a lot for any answer.
Example of my Problem is found here: entire eclipse project: http://files.foxylion.de/android/problems/sample1.zip