You are on page 1of 1

java.lang.

RuntimeException: Unable to start receiver


com.snaptube.premium.receiver.MusicIntentReceiver: java.lang.IllegalStateException:
Not allowed to start service Intent
{ act=com.snaptube.premium.musicPlayer.ACTION_CMD
cmp=com.snaptube.premium/.service.PlayerService (has extras) }: app is in
background uid UidRecord{f7605e1 u0a188 RCVR idle change:idle|uncached procs:1
seq(0,0,0)}
at android.app.ActivityThread.handleReceiver(ActivityThread.java:4126)
at android.app.ActivityThread.access$1400(ActivityThread.java:260)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1966)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7945)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
{ act=com.snaptube.premium.musicPlayer.ACTION_CMD
cmp=com.snaptube.premium/.service.PlayerService (has extras) }: app is in
background uid UidRecord{f7605e1 u0a188 RCVR idle change:idle|uncached procs:1
seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1715)
at android.app.ContextImpl.startService(ContextImpl.java:1670)
at android.content.ContextWrapper.startService(ContextWrapper.java:720)
at android.content.ContextWrapper.startService(ContextWrapper.java:720)
at com.snaptube.premium.service.PlayerService$a.ʽ(:6)
at com.snaptube.premium.service.PlayerService$a.ι(:1)
at com.snaptube.premium.service.PlayerService.ˑ(Unknown Source:2)
at com.snaptube.premium.receiver.BaseMediaButtonReceiver.ˋ(:6)
at com.snaptube.premium.receiver.BaseMediaButtonReceiver.onReceive(:6)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:4114)
... 8 more

You might also like