I want to get the filename stored in documents folder.
Environment.getExternalStorageDirectory()+"/documents/"+Abc.doc;
To get the filename, I had hardcoded the path using substring(11, path.length())
. It works
fine only for specific tablets, but its not working for some tablets.
How do I get filename without hardcoding the path?