FossifyOrg / Messages

An easy and quick way of managing SMS and MMS messages without ads.
https://www.fossify.org
GNU General Public License v3.0
414 stars 29 forks source link

Allow importing files with MIME type "application/octet-stream" #137

Open tom93 opened 3 months ago

tom93 commented 3 months ago

Sometimes Android reports the MIME type as "application/octet-stream" even if the file has a .json extension (specifically, on Android 8 and 9 for backups exported outside the Download folder). Previously, such files could not be selected in the file picker when importing.

As a workaround, allow files with that MIME type.

@​devs: Should I also port this fix to the other apps that have a JSON import feature?

What is it?

Before/After Screenshots/Screen Record

No response

Fixes the following issue(s)

Acknowledgement