WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

Plugin crashes on selecting all Accounts in Android 6.0.1 #70

Open itsprofcjs opened 5 years ago

itsprofcjs commented 5 years ago

Upon calling the function cordova.plugins.CordovaCall.receiveCall('XYZ').

The first time, it takes to a screen that says Calling accounts.

Upon selecting All Calling accounts. The App crashes and then restart automatically

Crash logs is as follow:-

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? at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1801)

MInesGomes commented 5 years ago

I had to add permission to PHONE_CALL