I want to close Android application programatically through code.I have 2 activities.First MainScreen & the Second Screen.
I tried the code
System.exit();
finishAffinity();
finishAndRemoveTask();
Problem is this its getting me to the HomeScreen
Thanks