If I understand correctly, the variables that are written in Process_Globals will be created when the Activity Module is created. How long can they exist?
For example, I have the main module Main and in it I created several Process_Globals variables. When will variables in a given module be destroyed? For example, how long can I not work with this module (where these variables were created) for the variables from it to continue to exist? What will happen to them if the phone is locked, but the application is not closed?
For example, I have the main module Main and in it I created several Process_Globals variables. When will variables in a given module be destroyed? For example, how long can I not work with this module (where these variables were created) for the variables from it to continue to exist? What will happen to them if the phone is locked, but the application is not closed?