Try using Just use exec() API - Not a long term solution.
On Aug 31, 2:02 pm, Mark Murphy <[email protected]> wrote: > sharon wrote: > > I want to store some images into the /data folder,is it possible? > > No. Store them in your application-private files directory (via > openFileOutput() or getFilesDir()), or store them on the SD card (see > the Environment class for getting the path to the SD card). > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Looking for Android opportunities?http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

