android - Question about an activity killed by system -


suppose root activity starts activity b, , activity b starts activity c. current task stack contains a, b, c.

suppose system memory got low, , os killed activity b. after that, user pressed key exit activity c. question is, after activity c exits, activity b recreated , shows up, or activity shows up?

thanks.

unless activity b called finish(), should show again.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -