- uri
- The URI to modify.
- values
- The new field values. The key is the column name for the field. A null value will remove an existing field value.
- where
- A filter to apply to rows before updating, formatted as an SQL WHERE clause (excluding the WHERE itself).
- selectionArgs
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if uri or values are null
Update row(s) in a content URI. If the content provider supports transactions the update will be atomic.