Multiple choice

Android 2.3 introduced a new developer tool called __________. This tool detects disk or network operations occurring on the main thread and takes action to warn the developer.

  1. SMode

  2. StrictMode

  3. DetectMode

  4. DetectAll()

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

Android 2.3 introduced a new developer tool called StrictMode. This tool detects disk or network operations occurring on the main thread and takes action to warn the developer.