Closed mhutti1 closed 7 years ago
Yes I confirm this from a personal point-of-view and also I hear about that problem time to time with user feedbacks.
Steps to reproduce:
What you get:
What we want:
So the problem is that android can't associate files by extension only by mime type. But android also doesn't really support mime types. This leads us to have to use application/octet-stream as a general mime type meaning our app might try to open some unrelated files if the user clicks on them. I think that this is a decent albeit annoying compromise for now.
Test on a Andorid 6.0.1 device (Samsung):
Test on a Android 4.2.2 device (Samsung):
So, it seems that the association with "application/octet-stream" even does not always work.
@kelson42 This is not good. I have a bad feeling Samsung may be the issue here making it either impossible or requiring an even more cumbersome workaround.
@kelson42 Try now.
@mhutti1 THX a lot, I'll do it tomorrow.
Works perfectly with all of my tests. Kudos!
Some file managers can see the file association but some such as the default in 6.0 upwards can't.