I understand that when an activity is paused, as stated by the documentation, all variables will retain their values.
However, if I have a service running at the same time, and try to assign to, or modify the value of a public variable in a paused activity, what happens?
Thanks in advance.
You’re changing the value on your
Activity‘s member variable.