Hi,
I am trying to access to the internal storage of my tablet from Android SDK.
When I connect the tablet to the PC (Ubuntu 14.04), I created a new folder called Maps. This folder is in the same path as DCIM, Alarms, Movies, Music and so on.
If I want to access to one of those folders I can use (f.ex: DCIM folder):
File dir = new File(Environment.DIRECTORY_DCIM);
But how can I access the new folder I have created?
Thnaks in advance,
Jorge
I am trying to access to the internal storage of my tablet from Android SDK.
When I connect the tablet to the PC (Ubuntu 14.04), I created a new folder called Maps. This folder is in the same path as DCIM, Alarms, Movies, Music and so on.
If I want to access to one of those folders I can use (f.ex: DCIM folder):
File dir = new File(Environment.DIRECTORY_DCIM);
But how can I access the new folder I have created?
Thnaks in advance,
Jorge
