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

Commit fd66ed09 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Updated API docs.

Bug: 121324710
Test: manual
Change-Id: I79eabd16bb87428800e5654f117227160b496132
parent 0ec0800d
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -471,10 +471,12 @@ public abstract class DocumentsProvider extends ContentProvider {
     * the most recently modified documents.
     * <p>
     * If this method is overriden by the concrete DocumentsProvider and
     * QUERY_ARGS_LIMIT is specified with a nonnegative int under queryArgs, the
     * result will be limited by that number and QUERY_ARG_LIMIT will be
     * specified under EXTRA_HONORED_ARGS. Otherwise, a default 64 limit will
     * be used and no QUERY_ARG* will be specified under EXTRA_HONORED_ARGS.
     * {@link ContentResolver#QUERY_ARG_LIMIT} is specified with a nonnegative
     * int under queryArgs, the result will be limited by that number and
     * {@link ContentResolver#QUERY_ARG_LIMIT} will be specified under
     * {@link ContentResolver#EXTRA_HONORED_ARGS}. Otherwise, a default 64 limit
     * will be used and no QUERY_ARG* will be specified under
     * {@link ContentResolver#EXTRA_HONORED_ARGS}.
     * <p>
     * Recent documents do not support change notifications.
     *