Bluetooth permission is missing error while I don't need Bluetooth

I am working on an SDK that you can add to your application. with every app I attach it, I get logcat error: BLUETOOTH permission is missing!

My sdk doesn't require or do anything bluetooth-related and I don't want to add this permission. Does anyone have an idea why this is happening?

+3


source to share


1 answer


It seems to be something when I ask userAgent in my sdk using: WebSettings.getDefaultUserAgent (context) This bluetooth error appears. My guess is that this feature is asking for bluetooth data that cannot be purchased without permission.



+2


source







All Articles