On Android 15, the screen goes black and the call drops

Hi there, I hope all is well with you!
I have a Flutter app that makes calls, and everything works correctly. However, I’m facing a problem, especially with Android version 15. When I accept the call, the screen goes black after a few seconds, and the call gets cut off. I tested this scenario on multiple devices up to version 14, and there were no issues. Where should I start to solve this problem?

Check the system logs for any error messages when the call gets cut off. Also, ensure your app has the correct permissions for handling background tasks on Android 15. Also, check if there are any updates or changes in the Flutter or Android SDK that address compatibility with Android 15.

1 Like

Hey @gradual I hope all is well with you!
Actually, I’m a junior in Flutter, and I don’t know how to start looking into these resources. I just want to know how to find these resources.
Thanks!