I need to minimize the application when back button is pressed.
I use following code to catch hardware back button click event
help me with the code of min
This is a simple code to minimize the application
@Override public void onBackPressed() { this.moveTaskToBack(true); }