EXTRA_FOREGROUND_SERVICE

val EXTRA_FOREGROUND_SERVICE: String = "no.nordicsemi.android.dfu.extra.EXTRA_FOREGROUND_SERVICE"

A boolean indicating whether the DFU service should be set as a foreground service. It is recommended to have it as a background service at least on Android Oreo or newer as the background service will be killed by the system few moments after the user closed the foreground app.

Read more here: https://developer.android.com/about/versions/oreo/background.html