Android Question using BLE without requiring the ACCESS_FINE_LOCATION or BLUETOOTH_ADMIN permission

mzelecom

Member
On devices running Android 8.0 (API level 26) and higher we can use BLE without requiring the ACCESS_FINE_LOCATION or BLUETOOTH_ADMIN permission.
in this page google show an example for it.

how i can use in b4a?
 
Top