🎴 Flashcard Mode

Basic Android Development

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following declares that devices running Android versions lower than this will not be able to install the application?

AnswerClick to flip back
A
android.minSDKVersion
💡 Explanation:

android.minSDKVersion is used to declare that devices running Android versions lower than this will not be able to install the application.

Change Mode