Android Application Development (AND-401) — Question 60
Which of the following information cannot not be included in the Manifest file?
Answer options
- A. The activities contained in the application
- B. The permissions required by the application
- C. The application’s minimum SDK version required.
- D. The handset model compatible with your application.
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.