I couldn't remove notification while remove application from taskmanager.I tried this code but its not work for me
@Override
public void onDestroy() {
// TODO Auto-generated method stub
super.onDestroy();
mNotificationManager.cancel(1);
}