问题
Exdsdcard path find
i need to find out external sdcard path(mnt/exdsdcard).i want to same some images to exdsdcard and i went access database also.
回答1:
try this
File extStore = Environment.getExternalStorageDirectory();
Then specify the foldername and file name
for e.g:
"/LazyList/"+serialno.get(position).trim()+".jpg"
来源:https://stackoverflow.com/questions/14765441/how-to-find-external-sdcardmnt-exdsdcard-path-android