nerdexam
Android

AND-401 · Question #103

Which of the following is NOT true about a content provider?

The correct answer is B. It cannot be used from inside an Activity. See the full explanation below for the reasoning.

Question

Which of the following is NOT true about a content provider?

Options

  • AIt manages access to structured data.
  • BIt cannot be used from inside an Activity.
  • CIt facilitates access to Android's SQLite databases.
  • DTo access data in it, method getContentResolver() of the application's Context is used.

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    80% (20)
  • C
    4% (1)
  • D
    12% (3)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice