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
Sound like Notification.FLAG_NO_CLEAR or Notification.FLAG_ONGOING_EVENT is what you are looking for.