1<HTML> 2<BODY> 3Contains classes to explore data returned through a content provider. 4<p> 5If you need to manage data in a private database, use the {@link 6android.database.sqlite} classes. These classes are used to manage the {@link 7android.database.Cursor} object returned from a content provider query. Databases 8are usually created and opened with {@link android.content.Context#openOrCreateDatabase} 9To make requests through 10content providers, you can use the {@link android.content.ContentResolver 11content.ContentResolver} class. 12<p>All databases are stored on the device in <code>/data/data/<package_name>/databases</code> 13</BODY> 14</HTML> 15