Antonio Roa-Valverde
Antonio Roa-Valverde
In case it helps, this file contains all the Car properties together with the required permissions: https://cs.android.com/android/platform/superproject/+/master:packages/services/Car/car-lib/src/android/car/VehiclePropertyIds.java;l=30?q=VehiclePropertyIds
@kmadsen thanks for the feedback here! I am closing this since you found the way to achieve it :tada:
I just realized I should have posted this rather here: https://github.com/mapbox/mapbox-maps-android
> > This would allow users to tap on a specific POI and do things like opening a new Screen. > > @narko the navigation SDK includes a screen that...
@kmadsen API 5 seems to be supported now, which includes the `onClick` in the `SurfaceCallback`. See https://developer.android.com/jetpack/androidx/releases/car-app#version_13_2 ``` API Level 5: new onClick method in the SurfaceCallback interface to allow...
@kmadsen I have created a WIP PR, where I am trying to add support for this using the androidx.car.app version 1.3.0-alpha01. I know that AA is not on 7.9 (in...
@kmadsen added this feature in https://github.com/mapbox/mapbox-maps-android/releases/tag/extension-androidauto-v0.3.0 :tada:
Thanks @pengdev. > it's possible that you overwrite this dependency in your application by specifically add a newer version of the library I do that already, however gradle is still...
Thanks @pengdev and sorry for the delay answering. The `onClick` support works with that approach by @kmadsen. I wonder if the original suggestion of using newer Car App Library versions...
Hi Sjardine, do you still have to download the greendroid project or will maven resolve the dependency automatically? Thanks for your help.