Briefing Android Knowledge

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

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

A.
Its default value is same as the package name and is set by the system itself.

B.
It must be included in the manifest tag with the value of package name application.

C.
If the name assigned to this attribute begins with a colon (‘:’), a new process, private to
the application, is created when it’s needed.

D.
If the process name begins with a lowercase character, a global process of that name is
created.