Briefing Android Knowledge

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

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

A.
Declares an activity that implements part of the application’s visual user interface

B.
Contained in <application> tag.

C.
Declares a single hardware or software feature that is used by the application.

D.
Has an attribute that specifies the name of the Activity sub-class that implements the activity.