I have created a start at boot, sticky service with no UI:
This all works really well, except that the service doesn't start after it's installed. To get it to start, I need to reboot the device. Is there a way to get the service to start immediately after it has been installed & without a reboot?
Thanks - Colin.
B4X:
#StartAtBoot: True
#StartCommandReturnValue: Android.app.Service.START_STICKY
&
AddReplacement(android.intent.action.MAIN, unused_action)
This all works really well, except that the service doesn't start after it's installed. To get it to start, I need to reboot the device. Is there a way to get the service to start immediately after it has been installed & without a reboot?
Thanks - Colin.