Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
We've recently published a new release of our Linphone app that uses androidx.core.core-telecom 1.0.0-beta01 version, and this crash was reported on Crashlytics for Zebra - Harman TC21 device running Android 14:
```
Fatal Exception: java.lang.IllegalArgumentException: enforcePhoneAccountIsNotManaged: phoneAccount is null
at android.os.Parcel.createExceptionOrNull(Parcel.java:3083)
at android.os.Parcel.createException(Parcel.java:3063)
at android.os.Parcel.readException(Parcel.java:3046)
at android.os.Parcel.readException(Parcel.java:2988)
at com.android.internal.telecom.ITelecomService$Stub$Proxy.addCall(ITelecomService.java:2802)
at android.telecom.TelecomManager.addCall(TelecomManager.java:2813)
at androidx.core.telecom.CallsManager.addCall$core_telecom_release(CallsManager.kt:485)
at androidx.core.telecom.CallsManager$addCall$2.invokeSuspend(CallsManager.kt:278)
at androidx.core.telecom.CallsManager$addCall$2.invoke(CallsManager.kt:12)
at androidx.core.telecom.CallsManager$addCall$2.invoke(CallsManager.kt:12)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:43)
at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:285)
at androidx.core.telecom.CallsManager.addCall(CallsManager.java:276)
at org.linphone.telecom.TelecomManager$onCallCreated$1.invokeSuspend(TelecomManager.kt:138)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.java:113)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.java:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:820)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
```
Thanks in advance.
Best regards,