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)- A4% (1)
- B80% (20)
- C4% (1)
- D12% (3)
Community Discussion
No community discussion yet for this question.