Briefing Android Knowledge

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

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

A.
It manages access to structured data.

B.
It cannot be used from inside an Activity.

C.
It facilitates access to Android’s SQLite databases.

D.
To access data in it, method getContentResolver() of the application’s Context is used.