if I start a service with startForeground(myID, not), can I replace the not for another one without stopping the foreground process? I mean, I have a service that will do two task in a row before service ends, and I want to notify user when the first ends without the need to stop foreground Service?
Also, is it possible to start a foreground service with no notification (i.e. NULL).
any stretegy I can use instead of? thanks.