NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
2.04k stars 419 forks source link

Registering broadcast receivers as exported #578

Closed philips77 closed 2 months ago

philips77 commented 2 months ago

Although the system broadcasts are exported automatically, it's better to set the RECEIVER_EXPORTED flag explicitly.