Dim gedfolder As String = "D:\"
Dim gedfilename As String = "test.ged"
Dim lstIn As List = File.ReadList(gedfolder, gedfilename)
For Each xstr As String In lstIn
Log(xstr)
Next
I only work on a PC. Sorry if this is Android.
To do this I right click and look for the "open with" in the menu and find a text editor. I use Notepad++
Or you can have a genealogy program installed that knows ged files.
You can also right click and look at the properties and change the file associated with ged.
hello; I want to add eligible option for "OPEN WTIH" For example, I want to open a "*.html" file, after I see Chrome, Firework. etc. Or... I want to open a "*.pdf" file, after I see Chrome, AdobeAcrobat etc. Or... I want to open a "*.jpg" file, after I see Gallery, Airdroid etc. Now; I have...
these manifestentries have nothing to do with the playstore search.
They are only relevant when running the app on Android and to tell Android that your app is able to handle them.
You may need to add the relevant info to the app description to be found in the search.
hello; I want to add eligible option for "OPEN WTIH" For example, I want to open a "*.html" file, after I see Chrome, Firework. etc. Or... I want to open a "*.pdf" file, after I see Chrome, AdobeAcrobat etc. Or... I want to open a "*.jpg" file, after I see Gallery, Airdroid etc. Now; I have...
You did not follow the example in the link correctly.
Your <action> and <category> lines are not correct, go back and use the same categories and actions from the example.
If you use the same ones, VIEW,DEFAULT and BROWSABLE then your intent will work.
That would work, note that the action and category lines are different to the ones you posted in your post #7.
Just change those 3 lines in your intent.
Try it, it worked for me.
When using the emulator, it works on three managers (two installed by default and one third-party).
On a smartphone it only works with a third-party manager.