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

Which of the following is NOT a valid usage for Intents?

    Correct Answer: D

    Intents in Android are used to activate components such as Activities, Services, and Broadcast receivers. Intents are not used for activating or managing SQLite database connections. Database connections are typically managed using classes like SQLiteOpenHelper and ContentProvider.

Discussion
MmadiOption: D

D. Activate a SQLite DB Connection.