I have an application with widget that monitors battery voltage. The old version has a widget with run at boot setting and it works. It was maded with on old version of B4Android. Now i made minor modification and i build it with B4Android 7.3 and it not run automatically at boot. Now it has a starter module. I set run at boot setting to false and to true in starter module, but nothing helps. Not running at boot. Widget module is the same. I use this attributes in widget service:
Application is tested on android 7.1.1
Why is that?
B4X:
#Region Service Attributes
#StartAtBoot: True
#StartCommandReturnValue: android.app.Service.START_STICKY
#End Region
Why is that?
Last edited: