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

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

java - Two interface have same method name with different return type -

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