Skip to content

Commit

Permalink
mimetype
Browse files Browse the repository at this point in the history
`application/json`; fixes bug where exported file cannot be selected by the file chooser when importing (#588)
  • Loading branch information
forrestguice committed May 11, 2022
1 parent d97be8f commit a989f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class AlarmClockItemExportTask extends ExportTask
{
public static final String FILEEXT = ".json";
public static final String MIMETYPE = "application/octet-stream";
public static final String MIMETYPE = "application/json";

public AlarmClockItemExportTask(Context context, String exportTarget)
{
Expand Down

0 comments on commit a989f5e

Please sign in to comment.