Multiple choice How do you save the Activity state in a non-shared medium? Activity.getPreferences() can be used for that. There must be a single SharedPreferences object. By overriding an Activity's onSaveInstanceState event handler. Options 1 and 2. Options 1, 2 and 3. Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, it the correct answer.