How to disable back button in android while logging out the application?
remove super.onBackPressed() from public void onBackPressed() work great. its tested in android 9
super.onBackPressed()
public void onBackPressed()