Hi all,
I would like to know whether the Starter service was started by #StartAtBoot or via the user clicking the app icon. I assume it can somehow be done with "StartingIntent As Intent", perharps something in the StartingIntent.getData tells you if it was auto-started.
I have an option in my app that can disable autostart, and in this case I would like the Starter service not to start my activity or other services.
I would like to know whether the Starter service was started by #StartAtBoot or via the user clicking the app icon. I assume it can somehow be done with "StartingIntent As Intent", perharps something in the StartingIntent.getData tells you if it was auto-started.
I have an option in my app that can disable autostart, and in this case I would like the Starter service not to start my activity or other services.