iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

receive file selected event on custom activity #25

Closed ghost closed 10 years ago

ghost commented 10 years ago

I'd like to receive the file selected event on a custom activity extends android.support.v4.app.FragmentActivity. This patch includes a listener and sends the event to the activity implements that listener.