In my application, when I press the home button the activity is going to onDestroy(). It suppose to be called onPause() method only right?
onDestroy()
onPause()
another thing to check is whether your activity call finish() when onPause()
finish()