DEV Community

Arushi Agarwal
Arushi Agarwal

Posted on

Android Automotive: car-ui-lib integrated but toast still doesn't show duration 8 seconds

I am working on Android Automotive (AAOS) and integrated car-ui-lib into SystemUI by following the official documentation:
https://developer.android.com/design/ui/cars/guides/components/toast
https://source.android.com/docs/automotive/hmi/car_ui/integrate
However, when I trigger a toast using Toast.makeText(), it is still rendered as a Platform/SystemUI toast (SystemUIToast). The toast duration is not ~8 seconds, and I do not see a toast…

Top comments (0)