Android Application Development (AND-401) — Question 82

Which of the following is incorrect about intents?

Answer options

Correct answer: C

Explanation

The correct answer is C because intents are not used for direct database insertion; they are designed to facilitate communication between components. Options A, B, and D are accurate as intents can start activities, services, and dialog-themed activities.