Is there an extension that makes the application open automatically when the system boots

I would like an extension that makes the application open automatically when the system boots.

It is possible?

the alarmmanager extension offers the method StartAtBoot for this

startAtBoot

Taifun

1 Like

Okay, but can I make the application open on a specific screen right after System Boot?

Example: Android starts and the application runs and opens on the Home Screen

Theoretically you could do that… usually you would add a value in socket startText, for example the text Home, then in the Screen1.Initialize event you would add an if statement like this

If get plain start text = Home
Then open another screen Home

However unfortunately this currently does not work in Kodular, because somehow our friendly, but sleepy Kodular team was not able to fix this bug

which has been reported more than 2 1/2 years ago

Taifun

1 Like