In Android 14 i am facing this issue One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

the block of code which is responsible for this

 private fun initNavigation() {
        MapboxNavigationApp.setup(
            NavigationOptions.Builder(this)
                .accessToken(getString(R.string.mapbox_access_token))
                // comment out the location engine setting block to disable simulation
                .locationEngine(replayLocationEngine)
                .build()
        )

compileSdkVersion 34
targetSdkVersion 34

On MapboxNavigationApp i am getting crash and getting the further error do anyone has any clue regarding this. I am not using any broadcast receiver

0

There are 0 answers