Multiple choice technology platforms and products

Content providers that are not declared in the manifest file are also visible to the Android system

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Content providers MUST be declared in the AndroidManifest.xml file to be visible to the Android system. Undeclared content providers cannot be accessed by other applications or even discovered by the system.