Pass mime type so that SAF treats file extension correctly
This commit is contained in:
parent
0c322e47cb
commit
3399ed2b30
5 changed files with 10 additions and 7 deletions
|
|
@ -717,7 +717,7 @@ public class DownloadDialog extends DialogFragment
|
|||
}
|
||||
|
||||
startActivityForResult(StoredFileHelper.getNewPicker(context, startPath,
|
||||
filenameTmp), REQUEST_DOWNLOAD_SAVE_AS);
|
||||
filenameTmp, mimeTmp), REQUEST_DOWNLOAD_SAVE_AS);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue