Assigned
Status Update
Comments
tn...@gmail.com <tn...@gmail.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
ad...@google.com <ad...@google.com> #3
I am still regularly receiving reports about this issue, and it seems it has not been addressed in the latest 1.4.0-rc01 release.
Description
Devices/Android versions reproduced on: Polestar 2
Android Auto version reproduced on:
Hi ,
I build NavigationTemplate , and show navigation info . I use
Maneuver.Builder(type).let {
setIcon(CarIcon.Builder(IconCompat.createWithResource(carContext, ResourceId)).build())
}
use setIcon() to show turn icon (type and ResourceId all are provided), but this icon is sometimes displayed and sometimes not displayed.
(But it will work well on Android Auto and Emulator, not work well on real car)
I'm not sur if I'm doing it wrong or if there is a bug or a restriction on the API.