Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be456ac9 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by The Android Open Source Project
Browse files

Merge branch 'readonly-p4-donut' into donut

parents 3ea1f875 348c1796
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -541,7 +541,7 @@ public abstract class ContentResolver {
                     A null value will remove an existing field value.
                     A null value will remove an existing field value.
     * @param where A filter to apply to rows before deleting, formatted as an SQL WHERE clause
     * @param where A filter to apply to rows before deleting, formatted as an SQL WHERE clause
                    (excluding the WHERE itself).
                    (excluding the WHERE itself).
     * @return the URL of the newly created row
     * @return The number of rows updated.
     * @throws NullPointerException if uri or values are null
     * @throws NullPointerException if uri or values are null
     */
     */
    public final int update(Uri uri, ContentValues values, String where,
    public final int update(Uri uri, ContentValues values, String where,