cybex-dev / twilio_voice

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

Unable to open Calling Account settings with `openPhoneAccountSettings` on Samsung devices #171

Closed cybex-dev closed 12 months ago

cybex-dev commented 12 months ago

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)