mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 15:10:47 +01:00
Open advanced
This commit is contained in:
@@ -1306,6 +1306,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
intent.setType("*/*");
|
||||
intent.putExtra(Intent.EXTRA_TITLE, "fairemail_" +
|
||||
new SimpleDateFormat("yyyyMMdd").format(new Date().getTime()) + ".backup");
|
||||
Helper.openAdvanced(intent);
|
||||
return intent;
|
||||
}
|
||||
|
||||
@@ -1313,6 +1314,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);
|
||||
intent.addCategory(Intent.CATEGORY_OPENABLE);
|
||||
intent.setType("*/*");
|
||||
Helper.openAdvanced(intent);
|
||||
return intent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user