Even if the main application is killed, you can still use the main application's functions through widgets.

I'm developing car control software that allows unlocking via a widget.

Currently, it executes through appintents within the main application. It works fine if the app is active, but fails if the app is killed. (The car control SDK must be in the main application). How can I resolve this issue?

Even if the main application is killed, you can still use the main application's functions through widgets.
 
 
Q