By background, I mean none of the application\'s activities are currently visible to the user?
I recommend reading through this page: http://developer.android.com/reference/android/app/Activity.html
In short, your activity is no longer visible after onStop() has been called.
onStop()