Android Application Development (AND-401) — Question 57
Which of the following is not a ContentProvider provided natively by Android?
Answer options
- A. The contacts list
- B. The telephone log
- C. The bookmarks
- D. The application list
Correct answer: D
Explanation
The application list is not a native ContentProvider in Android, which is why it is the correct answer. The contacts list, telephone log, and bookmarks are all standard ContentProviders provided by the Android system for data management.