You should use ContentChooser (Phone library) to let the user choose "resources".
Thanks
I can get that dialog to show.
But this seems to only allow for files that have a known mime type, or a known 'launching application'
The app I am trying to write needs to open files of my own extension (OXS)
If I use ("OXSfiles/* as the first parameter of the .Show , I see no files listed , even though I placed one in Downloads as a test
If I use ("*" .. I get a 'no applications can handle ...' message
Can I define my own mime type?
Cant I select 'any file from downloads that I want' (eg how would a hexedit application work)
(I'm building a prototype in B4A as a proof of concept. If I can get things working, the plan is to buy into and develop for B4i on iPads
But on iPads, I have run into 'only being able to access files that exist in Shared Documents for this app' - customers
hate that - they want to be able to browse for files in the Files area or iCloud, so thats what I want to be able to do)