My question is about opening files in my Android application, such as uploading image from mobile to the server where I first need to choose the image on my phone. I would like to know what I need to use to open a FileDialog
, as in C # if I am not mistaken, on Android to choose an image or text file whatever it is and load it into my application so I can work with it , Modify anyway).