Is it possible to get File from sd card, which is picked using some 3rd apps (file manager) ?
I mean that i have activity with button open file and when user press open it shows him suggestions to use some other app to open file, and when he pick open i get back to my activity with path of that file ?
use this
and add two methods in your activity
and add this int as class member
enjoy coading..