Android Application Development (AND-401) — Question 60

Which of the following information cannot not be included in the Manifest file?

Answer options

Correct answer: D

Explanation

The correct answer is D because the Manifest file does not specify compatible handset models; it focuses on defining the application's components, permissions, and SDK requirements. Options A, B, and C are all valid entries that can be included in the Manifest file.