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
It was easier to implement it only with one line of code:
@Override public void onBackPressed() { moveTaskToBack(true); }