Multiple choice

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

  1. android.minJDKVersion

  2. android.minsdkVersion

  3. android.minSDKVer

  4. android.minSDKVersion

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

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