Android
AND-401 · Question #35
Which of the following is not true about <activity> tag in AndroidManifest file?
The correct answer is C. Declares a single hardware or software feature that is used by the application. See the full explanation below for the reasoning.
Question
Which of the following is not true about <activity> tag in AndroidManifest file?
Options
- ADeclares an activity that implements part of the application's visual user interface
- BContained in <application> tag.
- CDeclares a single hardware or software feature that is used by the application.
- DHas an attribute that specifies the name of the Activity sub-class that implements the activity.
How the community answered
(29 responses)- A10% (3)
- B17% (5)
- C69% (20)
- D3% (1)
Community Discussion
No community discussion yet for this question.