Multiple choice technology platforms and products

Requests to ContentResolver are automatically forwarded to the appropriate Content Provider instance

  1. True

  2. False

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

ContentResolver acts as a client-side API but requests are NOT automatically forwarded. The ContentResolver matches the URI's authority to the appropriate ContentProvider using the system's content provider registry, then forwards the request.