I have a intent to a third party map app. And actually I need the navigation activity, but in order to start the navigation, the map app needs to start a main map activity first. So when I quit the navigation activity, it goes back to the map. I'd like to fire the back event twice when the back button is pressed in the navigation activity.
How to do this? I can only do something in my own code, the map app is a third part app.