Multiple choice Which of the following processes is called ‘Foreground Process’ in android? A dialog shown on an activity in background The activity on which a dialog shown A button on the dialog All of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Android development, a foreground process is typically the activity the user is currently interacting with on the screen. Even if a dialog is displayed, the underlying activity receiving focus remains the core foreground component.