Home | History | Annotate | Download | only in versions

Lines Matching full:subtree

718 to let users select an entire directory subtree, giving apps read/write access
721 <p>To select a directory subtree, build and send an
724 {@link android.provider.DocumentsProvider} instances that support subtree selection,
726 access to the selected subtree. You can then use {@link
731 to explore the subtree.</p>
735 under the subtree. To manage existing documents, use
742 to support subtree selection, implement {@link android.provider.DocumentsProvider#isChildDocument(java.lang.String, java.lang.String) isChildDocument()} and include {@link