I recently was updating an app that I work on to handle notifications from push using a JobIntentService instead of a regular IntentService because
JobIntentService
IntentService
As funny as this may sound, l had a similar issue because l did not change the name of the class to its own name in the enqueueWork() because l copied the code from one of my classes. After l made the update it started working properly.