so i have a custom file type with an extension of ".bind" I use content chooser and it works fine. The only problem is i cannot select my customized file type.
I tried this
example of getting file property information from uri provided by content chooser or received file shared to the app. Curtesy of Erel’s example: Received Share. Shows File name, Mime Type, date modified, file size and a list of all columns from that particular content provider. updated code to...