Briefing Android Knowledge

Which of the following is NOT true about “preferExternal” value given to the installLocation att

Which of the following is NOT true about “preferExternal” value given to the installLocation
attribute of the <manifest> tag? (Choose two)

A.
The application is installed on internal memory by default even if external memory is
available

B.
The application can be moved either to internal or external memory after installation.

C.
The application cannot be moved to internal memory after installation.

D.
The application is installed on external memory by default if space is available on external
memory otherwise it’s installed on internal memory.