Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I need to start a call with the Webex android client (app id "com.cisco.wx2.android") via the android intent "android.intent.action.CALL"The user experience, unfortunately, is not the same as for the default Android call manager, since with Webex...
Thanks for sharing your thoughts, but I know my use case and I need to place a call to well-known number without confirmation.FYI adb shell am start -a android.intent.action.CALL -d tel:555123 starts the call right away using the Android call manager...