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/");
This blog is all about Android development and problems\solutions
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