Do process globals that are declared in services get re-declared if the services crashes and is recreated? The activity stays running. It is just the service that crashes, I don't mean stops but crashes and gets recreated. I need to know if the data in these variables in this case is lost.
On that note is there a difference and what is the difference if there is, in declaring process globals in the activity vs. a service?
On that note is there a difference and what is the difference if there is, in declaring process globals in the activity vs. a service?