AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 12


Which file specifies the minimum required Android SDK version your application supports?

Show Answer
Correct Answer: D

The minimum required Android SDK version that your application supports is specified in the AndroidManifest.xml file. This file contains key information about your app, including its components and settings, among them the minimum and target SDK version. This is achieved through the <uses-sdk> element which defines the minimum and maximum SDK versions required by the application.

Discussion

1 comment
Sign in to comment
MmadiOption: D
Dec 31, 2022

D. AndroidManifest.xml