1
2
3
4
5
6
7
8
9
10
11
12
13
| <HTML>
| <BODY>
| <p>Provides convenience classes to access the content providers supplied by
| Android.</p>
| <p>Android ships with a number of content providers that store common data such
| as contact informations, calendar information, and media files. These classes
| provide simplified methods of adding or retrieving data from these content
| providers.</p>
| <p>For information about how to use a content provider, see the <a
| href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a> developer
| guide.</p>
| </BODY>
| </HTML>
|
|