Android
Programming and Technical
Programming
Technical
How to start a content provider using an intent?
Options
1) possible. Content provider is also a component of android, so we can use intent to start it.
2) not possible. Using intent you can't trigger a content provider.
3) option 2 is correct because, we use content resolver to communicate with content provider
4)none
Read Solution (Total 1)
-
- 3) option 2 is correct because, we use content resolver to communicate with content provider
- 7 years agoHelpfull: Yes(0) No(0)
Android Other Question