- url
- The URL of the table to insert into.
- values
- The initial values for the newly inserted row. The key is the column name for the field. Passing an empty ContentValues will create an empty row.
Documentation for this section has not yet been entered.
Inserts a row into a table at the given URL. If the content provider supports transactions the insertion will be atomic.