Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cybex-dev opened this issue Sep 18, 2023 · 0 comments · Fixed by #172
Closed
Assignees
Labels
Android bug Something isn't working

Comments

@cybex-dev
Copy link
Owner

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)
@cybex-dev cybex-dev added bug Something isn't working Android labels Sep 18, 2023
@cybex-dev cybex-dev self-assigned this Sep 18, 2023
@cybex-dev cybex-dev linked a pull request Sep 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant