Added option to select default folder

This commit is contained in:
M66B
2023-01-27 09:56:32 +01:00
parent a2aa2d6a51
commit 5cfbeafa82
14 changed files with 137 additions and 34 deletions

View File

@@ -392,7 +392,7 @@ public class FragmentContacts extends FragmentBase {
intent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
intent.setType("*/*");
intent.putExtra(Intent.EXTRA_TITLE, "fairemail.vcf");
Helper.openAdvanced(intent);
Helper.openAdvanced(context, intent);
startActivityForResult(Helper.getChooser(context, intent), REQUEST_EXPORT);
} else {
Intent open = new Intent(Intent.ACTION_GET_CONTENT);