Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecurityException when starting a scan with PendingIntent #491

Closed
dariuszseweryn opened this issue Sep 26, 2018 · 1 comment
Closed

SecurityException when starting a scan with PendingIntent #491

dariuszseweryn opened this issue Sep 26, 2018 · 1 comment
Labels

Comments

@dariuszseweryn
Copy link
Owner

dariuszseweryn commented Sep 26, 2018

When calling BackgroundScanner.scanBleDeviceInBackground() the below error may be thrown:

java.lang.SecurityException: Need BLUETOOTH_PRIVILEGED permission: Neither user 10188 nor current process has android.permission.BLUETOOTH_PRIVILEGED.
        at android.os.Parcel.createException(Parcel.java:1942)
        at android.os.Parcel.readException(Parcel.java:1910)
        at android.os.Parcel.readException(Parcel.java:1860)
        at android.bluetooth.IBluetoothGatt$Stub$Proxy.startScanForIntent(IBluetoothGatt.java:977)
        at android.bluetooth.le.BluetoothLeScanner.startScan(BluetoothLeScanner.java:249)
        at android.bluetooth.le.BluetoothLeScanner.startScan(BluetoothLeScanner.java:166)
        at com.polidea.rxandroidble2.internal.util.RxBleAdapterWrapper.startLeScan(RxBleAdapterWrapper.java:57)
        at com.polidea.rxandroidble2.internal.scan.BackgroundScannerImpl.scanBleDeviceInBackground(BackgroundScannerImpl.java:56)

It seems that the Android OS for certain settings needs BLUETOOTH_PRIVILIGED permission

Thread for discussion

Originally posted by @gryffindor14 in #481 (comment)

@dariuszseweryn dariuszseweryn added the bug-android Bug that is caused by Android OS label Sep 26, 2018
@dariuszseweryn
Copy link
Owner Author

dariuszseweryn commented Oct 17, 2018

This ticket is invalid as this situation to happen needs a use of SystemApi or calling the API when the Bluetooth is not on which was fixed recently

@dariuszseweryn dariuszseweryn added invalid and removed bug-android Bug that is caused by Android OS labels Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant