🎴 Flashcard Mode

Android App Development Test - 2

Card1 / 15
Mastered0
Review0
QuestionClick to flip

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.

AnswerClick to flip back
A
StrictMode
💡 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.

Change Mode