Class android.provider.DocumentsContract

Removed Methods
Uri copyDocument(ContentInterface, Uri, Uri)  
Uri createDocument(ContentInterface, Uri, String, String)  
IntentSender createWebLinkIntent(ContentInterface, Uri, Bundle)  
boolean deleteDocument(ContentInterface, Uri)  
void ejectRoot(ContentInterface, Uri)  
Path findDocumentPath(ContentInterface, Uri)  
Bundle getDocumentMetadata(ContentInterface, Uri)  
Bitmap getDocumentThumbnail(ContentInterface, Uri, Point, CancellationSignal)  
boolean isChildDocument(ContentInterface, Uri, Uri)  
Uri moveDocument(ContentInterface, Uri, Uri, Uri)  
boolean removeDocument(ContentInterface, Uri, Uri)  
Uri renameDocument(ContentInterface, Uri, String)  
 

Changed Methods
Uri copyDocument(ContentResolver, Uri, Uri) Change from deprecated to undeprecated.
 
Uri createDocument(ContentResolver, Uri, String, String) Change from deprecated to undeprecated.
 
IntentSender createWebLinkIntent(ContentResolver, Uri, Bundle) Change from deprecated to undeprecated.
 
boolean deleteDocument(ContentResolver, Uri) Change from deprecated to undeprecated.
 
void ejectRoot(ContentResolver, Uri) Change from deprecated to undeprecated.
 
Path findDocumentPath(ContentResolver, Uri) Change from deprecated to undeprecated.
 
Bundle getDocumentMetadata(ContentResolver, Uri) Change from deprecated to undeprecated.
 
Bitmap getDocumentThumbnail(ContentResolver, Uri, Point, CancellationSignal) Change from deprecated to undeprecated.
 
boolean isChildDocument(ContentResolver, Uri, Uri) Change from deprecated to undeprecated.
 
Uri moveDocument(ContentResolver, Uri, Uri, Uri) Change from deprecated to undeprecated.
 
boolean removeDocument(ContentResolver, Uri, Uri) Change from deprecated to undeprecated.
 
Uri renameDocument(ContentResolver, Uri, String) Change from deprecated to undeprecated.