Skip to content

Conversation

@tom93
Copy link
Contributor

@tom93 tom93 commented Feb 14, 2025

Ported from FossifyOrg/Messages#137.

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 on Android < 10.

What is it?

  • Bugfix
  • Feature
  • Codebase improvement

Description of the changes in your PR

  • Allow importing files with MIME type "application/octet-stream" on Android < 10

Fixes the following issue(s)

  • Not tracked

Acknowledgement

tom93 and others added 2 commits February 14, 2025 08:49
Ported from FossifyOrg/Messages#137.

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 on Android < 10.
@naveensingh naveensingh merged commit d09c70f into FossifyOrg:master Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants