AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 6


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

Show Answer
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

1 comment
Sign in to comment
MmadiOption: D
Dec 31, 2022

D. Activate a SQLite DB Connection.