Thank you for your response, with app package, it launches the app from the first point which required Login, I want to just back the same page as I left the app and see the prompt message.
Do you have any suggestion?
but with this
driver.activateApp ( “app package”, null );
driver.navigate ().back ();
it works now but I think there is another better way for it.