• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Access to internal storage

JorgeJP

Lurker
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
 
What I want to try to do is when the user click a button, the folder Maps is shown and then the user can select one of the maps jpeg images
 
Back
Top Bottom