Please also see Edit 2 (below)
I have extended NotificationListenerService and implemented several of its methods including the onDestroy()
NotificationListenerService
onDestroy()
Place command
stopSelf();
to
public int onStartCommand(Intent intent, int flags, int startId) {
Make some variable for checking if service should be stopped.