NordicSemiconductor / Android-DFU-Library

Device Firmware Update library and Android app
http://www.nordicsemi.com/dfu
BSD 3-Clause "New" or "Revised" License
753 stars 263 forks source link

Support for Android 14, fixed #415

Closed philips77 closed 8 months ago

philips77 commented 8 months ago

This PR reverts #413 and fixes one issue with handling acton broadcasts sent from OS notifications, which are sent as global broadcasts (the receiver should therefore be exported).

I tested on 2 phones with Android 14 and none of them crashes on registering the received in LocalBroadcastReceiver.