webex-android-sdk
webex-android-sdk copied to clipboard
Fatal Exception: java.lang.SecurityException
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 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?
Thank you @jbenyovs for response.
- I have not tried that on but we are getting same in this on released app, we got instances of same on logs portal.
- I am not sure as its released app.
@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.