[android-developers] Re: android:allowClearUserData=false

2011-08-01 Thread Priyank
Thanks for the reply. I wanted to do something similar. I wanted to save some information on the phone, but when the user selects Clear Data, the information needs to persist. I dont mind the information getting deleted if the user uninstalls the application. I tried saving the information in a

Re: [android-developers] Re: android:allowClearUserData=false

2011-08-01 Thread Dianne Hackborn
You can't do this, and it is very much a feature that you can't do this. On Mon, Aug 1, 2011 at 10:41 AM, Priyank priyankvma...@gmail.com wrote: Thanks for the reply. I wanted to do something similar. I wanted to save some information on the phone, but when the user selects Clear Data, the

[android-developers] Re: android:allowClearUserData=false

2011-07-26 Thread Chris Stratton
On Tuesday, July 26, 2011 1:17:42 PM UTC-4, Priyank wrote: I saw a few posts which said that even though we add this line in the manifest file, we are not able to disable the Clear Data button for an application. I tried it in 2.2, 2.3 and 3.0 and was not able to disable that button. Am