Hello,
i wanted Storage Path for photos, videos, tones, graphics, music and
recording from the android handset. In j2me I have used following
perameters J2me to access path values:-
System.getProperty("fileconn.dir.photos");
System.getProperty("fileconn.dir.photos.name");
System.getProperty("fileconn.dir.memorycard.photos");
System.getProperty("fileconn.dir.memorycard.photos.name");
System.getProperty("fileconn.dir.videos");
System.getProperty("fileconn.dir.videos.name");
System.getProperty("fileconn.dir.memorycard.videos");
System.getProperty("fileconn.dir.memorycard.videos.name");
System.getProperty("fileconn.dir.tones");
System.getProperty("fileconn.dir.tones.name");
System.getProperty("fileconn.dir.memorycard.tones");
System.getProperty("fileconn.dir.memorycard.tones.name");
System.getProperty("fileconn.dir.graphics");
System.getProperty("fileconn.dir.graphics.name");
System.getProperty("fileconn.dir.memorycard.graphics");
System.getProperty("fileconn.dir.memorycard.graphics.name");
System.getProperty("fileconn.dir.music");
System.getProperty("fileconn.dir.music.name");
System.getProperty("fileconn.dir.memorycard.music");
System.getProperty("fileconn.dir.memorycard.music.name");
System.getProperty("fileconn.dir.recordings");
System.getProperty("fileconn.dir.recordings.name");
System.getProperty("fileconn.dir.memorycard.recordings");
System.getProperty("fileconn.dir.memorycard.recordings.name");
Can anyone tell me how can i access these values from the handset for
android.
its very urgent
Thanks
Sudha Gupta
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---