Will my Android Activity always call onResume() when it goes to the foreground?
Android
Activity
onResume()
Yes, based on Activity lifecycle.