34,333
edits
Changes
→Implementing the Content Provider update() Method
A general-purpose update() method, and the one we will use for this project, would read as follows:
<pre>
public int update(Uri uri, ContentValues values, String selection,
String[] selectionArgs) {