Multiple choice technology platforms and products

You may declare ContentProvider with a element in the application's AndroidManifest.xml file

  1. True

  2. False

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

Content providers in Android must be declared within the application's manifest file using the provider tag so the system knows about their existence and permissions.