Briefing Android Knowledge

Which of the following is NOT true about logo attribute of the <application> tag?

Which of the following is NOT true about logo attribute of the <application> tag?

A.
It represents logo for the application as whole.

B.
It also represents default logo for the activities.

C.
It must be set as a reference to a drawable resource containing the image.

D.
If this attribute is not found, then the default logo (e.g ic_launcher) that exists in
“drawable” folder is set as logo.