I try to use notifications, but I got into trouble on Android 8. Everything works fine when the software is in run mode.But when I close it, it crashes after a while:
java.lang.IllegalStateException: Not allowed to start service Intent { act=ACTION_START cmp=com.neuron.food/neurons.com.food.food.Notification.NotificationIntentService_Message (has extras) }: app is in background uid UidRecord{3aaf797 u0a132 RCVR idle procs:1 seq(0,0,0)}
How can I fix this problem?