Briefing Android Knowledge

Which of the following is NOT true about the “enabled” attribute of the <application> tag?

Which of the following is NOT true about the “enabled” attribute of the <application> tag?

A.
If this attribute is set to “true”, the Android system can instantiate application components

B.
This attribute can be overridden by components.

C.
Its default value is “true”.

D.
To launch an activity from another activity this attribute must be specified in the launching
activity’s <activity> tag.