Commit 663230d
committed
Don't restrict the files that can be selected on export
When exporting to URI (SAF) we set a MIME type in the intent to select
the target file. By default we used text/*, which restricts the files
allowed to be selected with the file picker to text files. The problem
is XML exports use the .gnca extension, which is not recognized as text.
This changes the MIME type to */* to allow to select any file.1 parent f540cd8 commit 663230d
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
0 commit comments