I currently have an Activity that when it gets displayed a Notification will also get displayed in the Notification bar.
This is so that when the User presses home a
simply do this..
@Override public void onBackPressed() { //super.onBackPressed(); }
commenting out the //super.onBackPressed(); will do the trick