Multiple choice

Which of the following processes is called ‘Visible Process’ in android?

  1. A dialog shown on an activity in background

  2. The activity on which a dialog is shown

  3. A button on the dialog

  4. All of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When a dialog is displayed on an activity, that activity becomes a visible process because it's partially obscured but still showing UI. Android considers it important to keep visible processes alive for better UX.