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

Commit ffd01228 authored by Ivan Chiang's avatar Ivan Chiang
Browse files

Update java doc for FLAG_DIR_BLOCKS_TREE

Test: m -j
Change-Id: I7793a60ff60a609222d931fd011e051578a96bbe
Fix: 144764129
parent 9cfe8e78
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -553,7 +553,9 @@ public final class DocumentsContract {
        /**
         * Flag indicating that a document is a directory that wants to block itself
         * from being selected when the user launches an {@link Intent#ACTION_OPEN_DOCUMENT_TREE}
         * intent. Only valid when {@link #COLUMN_MIME_TYPE} is {@link #MIME_TYPE_DIR}.
         * intent. Individual files can still be selected when launched via other intents
         * like {@link Intent#ACTION_OPEN_DOCUMENT} and {@link Intent#ACTION_GET_CONTENT}.
         * Only valid when {@link #COLUMN_MIME_TYPE} is {@link #MIME_TYPE_DIR}.
         * <p>
         * Note that this flag <em>only</em> applies to the single directory to which it is
         * applied. It does <em>not</em> block the user from selecting either a parent or