How to disable back button in android while logging out the application?
Simply override the onBackPressed() method.
@Override public void onBackPressed() { }