Hi,Dianne Hackborn:
    Do you mean that use        openFileOutput and      openFileInput to save
my persistent data ?
    I have tried these methods.They create file under /data/data/<my
package>/files/ directory.  I find that when I uninstall the app, the
file created will be deleted automatically.   That doesn't meet my
requirement. Because when user reinstall my app, I cannot find the
setup infomationI my app have written into files.
    Is there a directory or method to keep the file even if the user
uninstall my app ,so that I can find previous infomation about my app
when user install my app again.
    Thanks very much!


On 3月21日, 上午5时28分, Dianne Hackborn <[email protected]> wrote:
> 2009/3/20 Jiang <[email protected]>
>
> > under /data/data/<app package name>/
>
> DON'T DO THIS.  Use the Context APIs to get the appropriate paths for your
> data.
>
> --
> 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.  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