cybex-dev / twilio_voice

Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
39 stars 79 forks source link

Not allowed to start service Intent { act=ACTION_CANCEL_CALL_INVITE ... app is in background } #204

Open cybex-dev opened 9 months ago

cybex-dev commented 9 months ago

Issue Summary

Not allowed to start service Intent { act=ACTION_CANCEL_CALL_INVITE cmp=com.example.app/com.twilio.twilio_voice.service.TVConnectionService (has extras) }: app is in background uid UidRecord{f919ecc u0a212 CEM bg:+1m24s77ms idle change:cached procs:1 seq(0,0,0)}

Devices:

Only Huawei (found on Model:Y9 Prime 2019)

Steps to Reproduce

  1. ?

Stacktrace

android.app.ContextImpl.startServiceCommon (ContextImpl.java:1744) android.app.ContextImpl.startService (ContextImpl.java:1699) android.content.ContextWrapper.startService (ContextWrapper.java:669) com.twilio.twilio_voice.fcm.VoiceFirebaseMessagingService.onCancelledCallInvite (Unknown Source:37) com.twilio.voice.CallInviteProxy.lambda$onCancelledCallInvite$1 (Unknown Source:53) com.twilio.voice.CallInviteProxy.a com.twilio.voice.l.run (Unknown Source:6) android.os.Handler.handleCallback (Handler.java:900) android.os.Handler.dispatchMessage (Handler.java:103) android.os.Looper.loop (Looper.java:219) android.app.ActivityThread.main (ActivityThread.java:8668) java.lang.reflect.Method.invoke (Method.java) com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:513) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1109)