doneservices / flutter_callkeep

iOS CallKit and Android ConnectionService bindings for Flutter
57 stars 39 forks source link

hasPhoneAccount() - App Crash #24

Closed mohit67890 closed 2 months ago

mohit67890 commented 4 years ago

there is a problem with the hasPhoneAccount method channel, wherein the app crash when I ask for permissions.. Can someone resolve these issues.

rekonvald commented 3 years ago

Hi there! Have the same issue( Have you found solution?

andw99 commented 1 year ago

On many devices using Android 11 and up, there is no Calling Accounts settings page - hence this fails, it doesn't cause a crash within my app but it does not allow for the requisite permissions to be set to allow the invoke method for hasPhoneAccount to be implemented. This needs a fix to ensure that CallKeep continues to be relevant for devices beyond Android 10.

Ayman-Barghout commented 2 months ago

Package has been significantly updated since this issue was last active, if the issue still presists please feel free to re-open. The plugin doesn't support TelephonyManager on Android.