startatboot

  1. A

    Android Question About the MyLocation app

    Hello! I noticed one curious thing about the MyLocation type of application. It started with the fact that I decided to write an application that runs in the background like MyLocation. Let's say we have the following lines in a test program. 1. Module "Main". Sub Activity_Resume...
  2. Kevin Hartin

    Android Question #StartAtBoot: True doesnt seem to work

    I have a php web server that happily sends Firebase Push Notifications when a new record is created for a particular customer. These appear when the Android app has been started manually, allowing clients to know when there is something demanding their attention, as the clicking of the...
  3. I

    Android Question Service gets paused when app is updated

    My app has a service which has StartAtBoot=True. It used to be a sticky service, but since the app now targets API Level 26, it uses Service.AutomaticForegroundMode = Service.AUTOMATIC_FOREGROUND_ALWAYS instead. The service has a persistent notification icon. The problem is whenever a user...
Top