- rootId
- Documentation for this section has not yet been entered.
- projection
- list of NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html columns to put into the cursor. If null all supported columns should be included.
Documentation for this section has not yet been entered.
Type Reason Java.IO.FileNotFoundException
Return recently modified documents under the requested root. This will only be called for roots that advertise NoType:android/provider/DocumentsContract$Root;Href=../../../reference/android/provider/DocumentsContract.Root.html#FLAG_SUPPORTS_RECENTS. The returned documents should be sorted by NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#COLUMN_LAST_MODIFIED in descending order, and limited to only return the 64 most recently modified documents.
Recent documents do not support change notifications.