Hello,
Sorry but I don't get it : does "StopAutomaticForeground when the task completes" mean "when the service has to be stopped" ?
For example when you have a constant background service which has to be started at boot, do you never call StopAutomaticForeground ? Or perhaps only put it in foreground when it has to do something ? Or perhaps do I have to use another service to wake up the one which has to do something ?
Or another idea : StopAutomaticForeground and after that StartForeground ?
Many thanks
Sorry but I don't get it : does "StopAutomaticForeground when the task completes" mean "when the service has to be stopped" ?
For example when you have a constant background service which has to be started at boot, do you never call StopAutomaticForeground ? Or perhaps only put it in foreground when it has to do something ? Or perhaps do I have to use another service to wake up the one which has to do something ?
Or another idea : StopAutomaticForeground and after that StartForeground ?
Many thanks
Last edited: