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