I have a problem in one of my apps when I start it from a notification. It never appears in the \"recent app\" list.
Without notifications, every thing works as expected
Try adding to the manifest the following:
android:excludeFromRecents = "false"
Good luck, Luis