nbsp-team / MaterialFilePicker

Picking files since 2015
Apache License 2.0
1.14k stars 229 forks source link

how to read the name of the chosen file? #108

Closed HassanDev13 closed 4 years ago

HassanDev13 commented 4 years ago

Hi,i want to pass name in intent when user select a item ? any solution please

dimorinny commented 4 years ago

We're doing it in our example by that way: https://github.com/nbsp-team/MaterialFilePicker/blob/master/app/src/main/java/com/nbsp/materialfilepicker/sample/MainActivity.kt#L103