Re: [android-developers] External data an persistence across uninstall

2011-07-05 Thread Chris
>Why don't you include a backup button user can use to backup the database into location he sees fit? Bingo. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsub

Re: [android-developers] External data an persistence across uninstall

2011-07-05 Thread Filip Havlicek
Why don't you include a backup button user can use to backup the database into location he sees fit? 2011/7/5 Chris > In my case, its a backup database file that users would like to keep even > if they uninstall the app (the user's data, not mine). For other > applications, I guess it would dep

Re: [android-developers] External data an persistence across uninstall

2011-07-05 Thread Kostya Vasilyev
Well, there is this data backup API: http://developer.android.com/guide/topics/data/backup.html It seems that not all phones have it, but for those that do, it's there and specifically addresses this scenario. -- Kostya 05.07.2011 17:44, Chris пишет: In my case, its a backup database file th

Re: [android-developers] External data an persistence across uninstall

2011-07-05 Thread TreKing
On Tue, Jul 5, 2011 at 8:44 AM, Chris wrote: > Just wondering if there were any best practices or some consensus that I > was ignoring. Not "best practice" but I put a clearly labeled directory at the SD card root. Not uninstalled by default but easy to find, identify, and delete, if the user w

Re: [android-developers] External data an persistence across uninstall

2011-07-05 Thread Chris
In my case, its a backup database file that users would like to keep even if they uninstall the app (the user's data, not mine). For other applications, I guess it would depend on their requirements. Just wondering if there were any best practices or some consensus that I was ignoring. Thanks

Re: [android-developers] External data an persistence across uninstall

2011-07-05 Thread Filip Havlicek
And why would you need that? I hate those applications I need to clean up after uninstallation. If you want to persist some settings or stuff like that, you can as well synchronize them online with your server. I, as user, actually assume and agree that when I press uninstall, everything gets delet

Re: [android-developers] External data an persistence across uninstall

2011-07-04 Thread Chris
Yup, like I said I read the f'n manual. It'd be nice if there was a standard place where we could keep data that persists across uninstalls though. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

Re: [android-developers] External data an persistence across uninstall

2011-07-04 Thread Nikolay Elenkov
On Mon, Jul 4, 2011 at 4:57 PM, Chris wrote: > Is there a standard place on external storage that we can write to that > won't be wiped when uninstalled?  RdTFM, Googled it, can't seem to find a > consensus. > The 'standard place' on external storage is /Android/data//files/ If you are running

[android-developers] External data an persistence across uninstall

2011-07-04 Thread Chris
Is there a standard place on external storage that we can write to that won't be wiped when uninstalled? RdTFM, Googled it, can't seem to find a consensus. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email