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
Post a Comment