Showing posts with label Android home button. Show all posts
Showing posts with label Android home button. Show all posts

Monday, April 15, 2013

Android home button


perform task on press home button


or close activity on press home button android

@Override
protected void onPause()
{
super.onPause();
finish();
this.finish();
System.exit(0);
// insert here your instructions
}