Unfortunately, I don't understand nothing.
What do you want exactly?
As I said - put all this:
n.Initialize
n.OnGoingEvent = True
n.Sound = False
n.Vibrate = False
n.Icon = "icon"
n.SetInfo("Volume", "the content", Main)
n.autocancel = False
into the StartButton_click of your main activity and it works: Notification will be fired when you push the Start button. And Notification will not disappear when tapping on it. And notification will be cancelled by pushing the StopButton.
The basic problem of your code was that the service runs once and is destroyed then. So of course, the notification will gone...
I don't understand your last question. What do you mean with "Process_Globals different between Main Activity and Service"?
Best regards,
Carsten