EXTRA_FILE_PATH

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

A path to the file with the new firmware. It may point to a HEX, BIN or a ZIP file. Some file manager applications return the path as a String while other return a Uri. Use the EXTRA_FILE_URI in the later case. For files included in /res/raw resource directory please use EXTRA_FILE_RES_ID instead.