Multiple choice technology platforms and products

Identify “Authority” part of below Content URI - content://contacts/people/3

  1. People

  2. Contacts

  3. Contacts.people

  4. 3

  5. None of above

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

In a content URI like content://contacts/people/3, the 'authority' is 'contacts'. The authority uniquely identifies the content provider and is typically the package name or a custom string. It appears after the 'content://' scheme.