Android Question Get any file type using content chooser

shashkiranr

Active Member
Licensed User
Longtime User
Hi All,

I would like to know how to get a file of any type(random file) using content chooser.

OR

how to open the file managers installed in the phone to get the file path.

Regards,
SK
 

shashkiranr

Active Member
Licensed User
Longtime User
Hi NJDude,

I searched the forums. I also used content chooser to open the file managers in my phone but i get a message No such application exist. im using the below code

B4X:
        CC.Initialize("CC")
        CC.Show("file/*","Choose File")

Regards,
SK
 
Upvote 0

shashkiranr

Active Member
Licensed User
Longtime User
I tried that. It opens up google drive. I do not get any option to choose other files. random file can be a .dat file for random access files.
 
Upvote 0
Top