Multiple choice Which of the following processes is called ‘Visible Process’ in android? A dialog shown on an activity in background The activity on which a dialog is shown A button on the dialog 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.