Exam AND-401 All QuestionsBrowse all questions from this exam
Question 83

Which of the following is incorrect about intents?

    Correct Answer: C

    Intents cannot be used to directly perform database insertion. An intent is a messaging object used to request an action from another app component, such as starting an Activity, starting a Service, or delivering a Broadcast. To perform database insertion, one would typically use ContentProvider, SQLite, or another database interaction method within the app, but not an intent.

Discussion
MmadiOption: C

C. They can be used to start database insertion