While debugging some other issues I came across something that made me wonder if ExitOnClose was working properly. After closing a window with ExitOnClose set to true should I still see my app in the list of running processes? I see my app with 2 Processes and 1 service listed after exiting out of the app. However if I restart the app it does start from the beginning and not resume.
Is this expected?
1 Answer
Hello,
Android OS manages what app gets killed and which not. Sometimes Android just keeps it in Memory, in case you will start it again, you will get the perception that your app opened faster.
More info here.
Best,
Mauro
Your Answer
Think you can help? Login to answer this question!