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 -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -