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

Commit 52e3823b authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Fix commment

Change-Id: I26ea16636356c1473bf8745247b43fa9dac611c3
parent 4a97122e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6300,9 +6300,10 @@ public final class ContactsContract {
     * <p>
     * Example:
     * <pre>
     * Uri uri = DataUsageFeedback.UPDATE_URI.buildUpon()
     * Uri uri = DataUsageFeedback.FEEDBACK_URI.buildUpon()
     *         .appendPath(TextUtils.join(",", dataIds))
     *         .appendQueryParameter(DataUsageFeedback.METHOD, DataUsageFeedback.METHOD_CALL)
     *         .appendQueryParameter(DataUsageFeedback.USAGE_TYPE,
     *                 DataUsageFeedback.USAGE_TYPE_CALL)
     *         .build();
     * boolean successful = resolver.update(uri, new ContentValues(), null, null) > 0;
     * </pre>