Calling exec() does not give you any more access than you have directly from
your app.

On Mon, Aug 31, 2009 at 4:30 AM, Bytes <[email protected]> wrote:

>
> 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
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to