Re: [android-developers] Re: prevent user from clearing app data

2010-12-06 Thread TreKing
On Mon, Dec 6, 2010 at 7:45 AM, bagelboy wrote: > In other words there's no way to protect my app from the user > simply deleting app data > Apparently not - which, from a user perspective, is a good thing. Do you *really* want to allow any developer to store any arbitrary data on a user's devic

[android-developers] Re: prevent user from clearing app data

2010-12-06 Thread Yahel
> In other words there's no way to protect my app from the user simply > deleting app data, and the only solution is for me to build my own > licensing server? You mean like it is on every single operating system on the planet ? Well then Thanks Microsoft, thanks Apple, thanks Linus :D In case yo

[android-developers] Re: prevent user from clearing app data

2010-12-06 Thread bagelboy
In other words there's no way to protect my app from the user simply deleting app data, and the only solution is for me to build my own licensing server? Thanks google, you guys think of everything. On Dec 6, 1:41 am, Dianne Hackborn wrote: > On Sun, Dec 5, 2010 at 5:41 AM, Mark Murphy wrote: >

[android-developers] Re: prevent user from clearing app data

2010-12-05 Thread String
Not to mention users who uninstall then reinstall your app. String On Dec 5, 1:41 pm, Mark Murphy wrote: > On Sun, Dec 5, 2010 at 8:32 AM, bagelboy wrote: > > It looks like there's a bug on Froyo where the user can clear app data > > even if allow clear user data is false in the manifest. > > T