Android Application Development (AND-401) — Question 71

Which of the following is not true about <activity> tag in AndroidManifest file?

Answer options

Correct answer: C

Explanation

The correct answer is C because the <activity> tag does not declare hardware or software features; that is the role of the <uses-feature> tag. Options A, B, and D are accurate descriptions of the <activity> tag's purpose and structure within the AndroidManifest file.