update

fun update(task: Task): Uri

Updates an already existing task in the tasks provider storage with the values from the instance.

Return

content URI of the updated task

Throws

when the tasks provider doesn't return a result row

on tasks provider errors


fun update(values: ContentValues)