NordicSemiconductor / Android-DFU-Library

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

[App] Deep links fixed #425

Closed philips77 closed 10 months ago

philips77 commented 10 months ago

This PR fixes a bug causing deep links not to work. The DownloadManager reports completion using a broadcast, but the received was registered as not exported. The event was never received by the app.