Hi everybody,
I spent some time searching outside of this forum - Stack Overflow & such - but came up empty handed...
The B4A documentation says that the widget service is just a regular service, but when I deliberately stop the service, Android immediately starts it again. That would make sense because it handles events from widget views, etc
That behavior would also suggest to me that a widget service is more like a sticky service & that it runs almost 100% of the time. This would seem to make my widget service a better home for my phone call listener (using PhoneEvents) than building it in a service of its own.
Are my assumptions correct?
I spent some time searching outside of this forum - Stack Overflow & such - but came up empty handed...
The B4A documentation says that the widget service is just a regular service, but when I deliberately stop the service, Android immediately starts it again. That would make sense because it handles events from widget views, etc
That behavior would also suggest to me that a widget service is more like a sticky service & that it runs almost 100% of the time. This would seem to make my widget service a better home for my phone call listener (using PhoneEvents) than building it in a service of its own.
Are my assumptions correct?