Is it possible in whole ?
I saw many discussions here about Activity.Finish, but if i really need to make full restart of the app (to update the TImeZone for sure) - i have to kill the process.
But if several Activities and one is opened from another - the system restarts the first Activity. And seems, any global flag "FullExit" is always False, as its module is already closed.
How to make sure to kill app process with several activities?
I saw many discussions here about Activity.Finish, but if i really need to make full restart of the app (to update the TImeZone for sure) - i have to kill the process.
But if several Activities and one is opened from another - the system restarts the first Activity. And seems, any global flag "FullExit" is always False, as its module is already closed.
How to make sure to kill app process with several activities?