mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added option to select default folder
This commit is contained in:
@@ -2502,7 +2502,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
intent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
|
||||
intent.setType("*/*");
|
||||
intent.putExtra(Intent.EXTRA_TITLE, "classifier.json");
|
||||
Helper.openAdvanced(intent);
|
||||
Helper.openAdvanced(context, intent);
|
||||
startActivityForResult(intent, REQUEST_CLASSIFIER);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user