When I reboot after deploying an application to Android Things the application doesn\'t start.
Is there a specific intent to start an application on boot?
To give Android Things support in app, We need to define main entry point for the system to automatically launch on boot.
While adding an intent filter for an activity must contain an intent filter that includes both CATEGORY_DEFAULT
and IOT_LAUNCHER
.
Check Home activity support for Android Things in android app.