Class android.provider.DocumentsContract

Added Methods
IntentSender createWebLinkIntent(ContentResolver, Uri, Bundle)  
void ejectRoot(ContentResolver, Uri)  
Path findDocumentPath(ContentResolver, Uri)  
 

Changed Methods
Uri copyDocument(ContentResolver, Uri, Uri) Change in exceptions thrown from no exceptions to java.io.FileNotFoundException.
 
Uri createDocument(ContentResolver, Uri, String, String) Change in exceptions thrown from no exceptions to java.io.FileNotFoundException.
 
boolean deleteDocument(ContentResolver, Uri) Change in exceptions thrown from no exceptions to java.io.FileNotFoundException.
 
Bitmap getDocumentThumbnail(ContentResolver, Uri, Point, CancellationSignal) Change in exceptions thrown from no exceptions to java.io.FileNotFoundException.
 
Uri moveDocument(ContentResolver, Uri, Uri, Uri) Change in exceptions thrown from no exceptions to java.io.FileNotFoundException.
 
boolean removeDocument(ContentResolver, Uri, Uri) Change in exceptions thrown from no exceptions to java.io.FileNotFoundException.
 
Uri renameDocument(ContentResolver, Uri, String) Change in exceptions thrown from no exceptions to java.io.FileNotFoundException.
 
 

Added Fields
String ACTION_DOCUMENT_SETTINGS  
String EXTRA_INITIAL_URI