mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 06:53:01 +00:00
Append ".json" extension to export filenames
Apparently not all SAF providers append a file extension based on the specified MIME type.
This commit is contained in:
parent
025c89d78c
commit
d0108e9859
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ import java.util.TreeSet;
|
||||||
|
|
||||||
public class VaultManager {
|
public class VaultManager {
|
||||||
private static final String FILENAME = "aegis.json";
|
private static final String FILENAME = "aegis.json";
|
||||||
public static final String FILENAME_EXPORT = "aegis_export";
|
public static final String FILENAME_EXPORT = "aegis_export.json";
|
||||||
public static final String FILENAME_EXPORT_PLAIN = "aegis_export_plain";
|
public static final String FILENAME_EXPORT_PLAIN = "aegis_export_plain.json";
|
||||||
|
|
||||||
private Vault _vault;
|
private Vault _vault;
|
||||||
private VaultFile _file;
|
private VaultFile _file;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue