SystemSettingsService

interface SystemSettingsService

Service that provides settings for the navigation system. This service is optional.

On Android API level 29 and higher, it is recommended not to implement this service.

Only on Android API level 28 and lower is this service useful to set the units for distance. On Android API level 29 and higher, the units for distance will be based on android.car.VehiclePropertyIds.DISTANCE_DISPLAY_UNITS.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum DistanceUnit : Enum<SystemSettingsService.DistanceUnit> , Parcelable

Properties

Link copied to clipboard
abstract val distanceUnit: SystemSettingsService.DistanceUnit

The distance unit to be used for the navigation system.