cybex-dev / twilio_voice

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

[Feat] Add missing manage own calls Android permission #198

Closed cybex-dev closed 9 months ago

cybex-dev commented 9 months ago

According to Android documentation, the MANAGE_OWN_CALLS permission isn't required for system-managed ConnectionService APIs.

The Android system however requires the permission for Android 13 and lower. If not provided (atleast declared in AndroidManifest.xml), the app crashes with a SecurityException.

Changes include: