Dmitrii Riazantsev
Dmitrii Riazantsev
At least on Android LOCATION permission is different from background location (`android.Manifest.permission.ACCESS_BACKGROUND_LOCATION` started from API lvl 29). BACKGROUND_LOCATION should be also available along the fine and coarse location via moko-permissions....
## Environment - Android OS version: Android 14 - Devices affected: google pixel 6a - Maps SDK Version: 11.4.0 (compose) ## Observed behavior and steps to reproduce If you go...
## Environment - Android OS version: 12 - Devices affected: Samsung galaxy s10+ (SM-G975F/DS) (yet works fine on other devices) - Maps SDK Version: 11.4.0 (compose impl) ## Observed behavior...
`NavigationLauncher.startNavigation` doesn't require activity, context is enough. https://github.com/maplibre/maplibre-navigation-android/blob/main/libandroid-navigation-ui/src/main/java/com/mapbox/services/android/navigation/ui/v5/NavigationLauncher.java - `getDefaultSharedPreferences` - `new Intent(activity, MapboxNavigationActivity.class);` - `activity.startActivity(navigationActivity);` In all 3 places where activity is used context should be enough.