Question:Which of the following should be used to save the unsaved data and release resources being used by an Android application?
A Activity.onStop()
B Activity.onPause()
C Activity.onDestroy()
D Activity.onShutdown()
E Activity.onFreeze()
+ AnswerC
+ Report