Latest Android Aptitude Question SOLUTION: 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 int
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