webex-android-sdk icon indicating copy to clipboard operation
webex-android-sdk copied to clipboard

Fatal Exception: java.lang.SecurityException

Open PatelDhrupal opened this issue 3 years ago • 3 comments

Hello Team,

We are using com.ciscowebex:androidsdk:2.8.0.5-SNAPSHOT@aar lib version in our project.

We are getting crash in library on file AudioDeviceConnectionManager.java line 228.

Fatal Exception: java.lang.SecurityException Need android.permission.BLUETOOTH_CONNECT permission for AttributionSource { uid = 10457, packageName = com.aster.virtualcare.patient, attributionTag = null, token = android.os.BinderProxy@4c550cd, next = null }: A2dpService

Can you help us on same?

Thank you in advance. Dhrupal

PatelDhrupal avatar Jun 27 '22 09:06 PatelDhrupal

@PatelDhrupal it seems that error is coming because of a missing permission, maybe this coming from your implementation of the SDK? In order to confirm that, can you please answer the below:

  • is the issue reproducible with the latest KS app https://github.com/webex/webex-android-sdk-example ?
  • what are the exact steps to reproduce this error?

jbenyovs avatar Jun 27 '22 10:06 jbenyovs

Thank you @jbenyovs for response.

  1. I have not tried that on but we are getting same in this on released app, we got instances of same on logs portal.
  2. I am not sure as its released app.

PatelDhrupal avatar Jun 27 '22 10:06 PatelDhrupal

@PatelDhrupal please try duplicating the issue using the kitchenSink app that @jbenyovs shared above. Then reply with the steps to reproduce the issue. We will need to be able to duplicate the issue so we can understand it better.

ganjanoh avatar Jul 03 '22 13:07 ganjanoh