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 .
|
|