I have an application where on the home page I have buttons for navigation through the application.
On that page I have a button \"EXIT\" which when clicked should t
There is another option, to use the FinishAffinity method to close all the tasks in the stack related to the app.
See: https://stackoverflow.com/a/27765687/1984636