ARTICLE AD BOX
I would like to clarify the usage and differences between CarToast, Platform Toast, and System UI Toast. I understand that CarToast are designed specifically for Android Automotive use cases. However, I am not fully clear on how they differ functionally from Platform and SystemUI Toasts.
Could you please help clarify the following points:
Is CarToast usage restricted to Car App Host only, or can it also be triggered by third-party applications? Where is the 8-second display duration for CarToast defined in the framework? Does using CarToast comply with CTS requirements?Additionally, I created a simple demo app that triggers a toast using Toast.makeText(). When running this app on the Automotive emulator, the toast does not appear, and there is no crash or error observed.
Could someone help explain why this behavior occurs and guide on the correct approach?
