Search code examples
androiddelphifiremonkey

Open file manage and get selected file


Using Delphi XE 8 and building Android app, can I browse files in the device by opening a certain file manager app installed on the device and then get back that selected file name and path ?


Solution

  • You can use JFileDialog

    Check the below link

    http://bluexmas.tistory.com/427