-
-
Method Summary
Modifier and Type Method Description final BooleansaveFile(Source source, Uri uri, ContentResolver contentResolver)Saves the data from the source to the file at the uri using the contentResolver. -
-
Method Detail
-
saveFile
final Boolean saveFile(Source source, Uri uri, ContentResolver contentResolver)
Saves the data from the source to the file at the uri using the contentResolver.
- Parameters:
source- The source of the data to save.uri- The URI of the file to save the data to.contentResolver- The content resolver to use to save the data.
-
-
-
-