android - read file from external storage -


i cannot find how 1 specified file external storage. know getexternalstoragepublicdirectory(), external storage directory can't further. need kind of method have give name of file , returns file. thanx

better using file.separator this, standard java:

final file file = new file(environment.getexternalstoragedirectory()                           .getabsolutepath(), filename); 

Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -