You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: PlatformException(error, Unable to find explicit activity class {com.android.server.telecom/com.android.server.telecom.settings.EnableAccountPreferenceActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared <intent-filter>?, null, android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.server.telecom/com.android.server.telecom.settings.EnableAccountPreferenceActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared <intent-filter>?
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2171)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1805)
at android.app.Activity.startActivityForResult(Activity.java:5596)
at androidx.activity.ComponentActivity.startActivityForResult(Unknown Source:0)
at android.app.Activity.startActivityForResult(Activity.java:5554)
at androidx.activity.ComponentActivity.startActivityForResult(Unknown Source:0)
at android.app.Activity.startActivity(Activity.java:6052)
at com.twilio.twilio_voice.types.TelecomManagerExtension.openPhoneAccountSettings(Unknown Source:52)
at com.twilio.twilio_voice.TwilioVoicePlugin.onMethodCall(Unknown Source:343)
at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(Unknown Source:17)
at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(Unknown Source:18)
at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0(Unknown Source:40)
at io.flutter.embedding.engine.dart.DartMessenger.a(Unknown Source:0)
at io.flutter.embedding.engine.dart.a.run(Unknown Source:12)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8757)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal<truncated: 129 chars>
at StandardMethodCodec.decodeEnvelope(message_codecs.dart:652)
at MethodChannel._invokeMethod(platform_channel.dart:310)
The text was updated successfully, but these errors were encountered:
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
The text was updated successfully, but these errors were encountered: