michelesalvador / FamilyGem

Android app for genealogical trees
https://www.familygem.app
GNU General Public License v3.0
125 stars 34 forks source link

[Enhancement] Open GED files #90

Open apple314159 opened 1 year ago

apple314159 commented 1 year ago

App should register as a reader of GEDCOM files (suffix .GED).

michelesalvador commented 1 year ago

You're definetily right. I just did a lot of experiments with various <intent-filter> in AndroidManifest.xml, and it seems impossible to obtain an exact connection with an extension like .ged/.GED, which doesn't have an official MIME type associated in Android. Do you have any suggestion about that?