startservice

  1. Hosein_Mghr

    Android Question Start Service In Android 13

    In Android 13, I did everything to be able to restart the service after destroying it. Android 13 does not allow restarting. I tried StartService and StartServiceAt, but it didn't work. Now I want to know if it can be done with the new b4a receivers from the intent action. I should make a...
  2. netsistemas

    Android Question StartService HttpUtils2Service when auto destroy it

    I need the service HttpUtils2Service in starter service, because use method JOBDONE(Job as HTTPJO) All service are destroyed in ANDROID8+ (ok) when app is in BACKGROUND (this is a big problem). I write the code (access to a Web Service) in starter service, and with B4A 8.3+ the Starte Service...
Top