Android : access to external memory card

on Saturday, September 6, 2014


When I acceess external storage I only get internal storage but not external memory card.Can anyone tell me how to get access to external memory card.



File root = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Video/");

0 comments:

Post a Comment