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

Commit 528ba888 authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Make DocumentsContract#PATH_TREE private.

Since scoped directory access has been deleted, this is no longer need.

Change-Id: I2bd0626957f4a324fbbe88907311344a0c700764
Fixes: 72055774
Test: make
parent c63d6c2a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -853,10 +853,8 @@ public final class DocumentsContract {
    private static final String PATH_DOCUMENT = "document";
    private static final String PATH_CHILDREN = "children";
    private static final String PATH_SEARCH = "search";
    // TODO(b/72055774): make private again once ScopedAccessProvider is refactored
    /** {@hide} */
    @UnsupportedAppUsage
    public static final String PATH_TREE = "tree";
    private static final String PATH_TREE = "tree";

    private static final String PARAM_QUERY = "query";
    private static final String PARAM_MANAGE = "manage";