Exam AND-401 All QuestionsBrowse all questions from this exam
Question 12

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

    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
MmadiOption: D

D. AndroidManifest.xml