java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.github.adamantcheese.chan.dev/com.github.adamantcheese.chan.ui.service.LastPageNotification (has extras) }: app is in background uid UidRecord{6656ee3 u0a241 CAC bg:+7h1m24s837ms idle change:cached procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1650)
at android.app.ContextImpl.startService(ContextImpl.java:1605)
at android.content.ContextWrapper.startService(ContextWrapper.java:669)
at com.github.adamantcheese.chan.core.manager.WatchManager$PinWatcher.doPageNotification(WatchManager.java:1355)
at com.github.adamantcheese.chan.core.manager.WatchManager$PinWatcher.onPagesReceived(WatchManager.java:1346)
at com.github.adamantcheese.chan.core.manager.PageRequestManager.onPagesReceived(PageRequestManager.java:133)
at com.github.adamantcheese.chan.core.site.sites.chan4.Chan4$4.lambda$pages$2(Chan4.java:318)
at com.github.adamantcheese.chan.core.site.sites.chan4.-$$Lambda$Chan4$4$0-IFqKaJlkaODK9yqkhay3A5HxM.onResponse(Unknown Source:6)
at com.github.adamantcheese.chan.core.net.JsonReaderRequest.deliverResponse(JsonReaderRequest.java:48)
at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:102)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7682)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
OS info: Android 10, sdk version: 29