In my app, there is service running on background. I want to notify user that the service is running. But I need that user cannot delete the notification - by pressing clear
To Create Non removable notification just use setOngoing (true);
To Create removable notification just use setOngoing (false);