[android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread Lidia
Hello guys, I need to save a data into the phone through my application and after updating my application (uninstall and new download) i need to retrieve this data from the phone. As i see from the android API , the "external storage" http://developer.android.com/guide/topics/data/data-storage.h

Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread TreKing
On Thu, Sep 16, 2010 at 10:10 AM, Lidia wrote: > And using the "internal storage" data are always removed after uninstall. > Yes, but not during an update, to be clear, if that's your concern. > Can someone please give me an idea? > Store your data online somewhere. You can't force the user

Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread Chris Stewart
>> Store your data online somewhere. You can't force the user to keep data on their phone or on the SD card if they don't want it, and with good reason. Agreed. I'm pretty sure there's no other place you can store information that persists after someone uninstalls your app. -- Chris Stewart http

Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread Lidia G
ris Stewart wrote: From: Chris Stewart Subject: Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall? To: android-developers@googlegroups.com Date: Thursday, September 16, 2010, 3:23 PM >> Store your data online somewhere. You can't force the

Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread TreKing
On Thu, Sep 16, 2010 at 10:40 AM, Lidia G wrote: > Chris Stewart, > > I think saying update here: > > "| And using the "internal storage" data are always removed after > uninstall. >Yes, but not during an update, to be clear, if that's your concern. > " > > you mean an kind of override -

Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall?

2010-09-16 Thread Lidia G
Sorry Tre , I see, thanks --- On Thu, 9/16/10, TreKing wrote: From: TreKing Subject: Re: [android-developers] How can i save a data into the phone, and keep this data after uninstall? To: android-developers@googlegroups.com Date: Thursday, September 16, 2010, 3:49 PM On Thu, Sep 16, 2010 at