[android-developers] android:allowClearUserData=false

2011-07-26 Thread Priyank
Hi, 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 I doing anything wrong or is there any other method to do this.

[android-developers] android:allowClearUserData=false has no effect in Froyo

2010-09-29 Thread GroundZero
In early versions of Android the android:allowClearUserData flag worked. Using this flag with an application on Froyo has no effect, even if the application is installed as a system application. The Clear Data button is enabled no matter what in the application manager. I have found no reason in

Re: [android-developers] android:allowClearUserData=false has no effect in Froyo

2010-09-29 Thread Dianne Hackborn
Looks like it broke. On Wed, Sep 29, 2010 at 3:49 PM, GroundZero kgroundze...@gmail.com wrote: In early versions of Android the android:allowClearUserData flag worked. Using this flag with an application on Froyo has no effect, even if the application is installed as a system application. The