I am making an App, it called Home (main App). In this app, I want to create a Widget to show somethings but it seems Android Automative OS does not support Widget anymore. Is there any ways to create a Widget for other App in Android Automative ?
I tried Jetpack Glance (https://developer.android.com/jetpack/androidx/releases/glance) but Android Automative does not support Widget as I mentioned.
Android CDD requires
android.software.app_widgetsfeature if the device support third-party app widgets.If you check this feature by using
adb shell pm list featureson AAOS emulator of Android Studio, there is no this feature. So, looks like AAOS do not support widget in general.