You must set your Activity's window to be floating. You can do this either by giving your activity the Dialog style defined by Android (android:style/Theme.Dialog
), or define your own style, like this:
Then set the style on your activity in the application's Manifest.