I'm trying to attach a password to CheckBoxPreference. I can show a dialog with enter password message by overriding OnPreferenceTreeClick () method and that's working just fine. The only problem is that preference get clicked before dialog shows up (i.e. first check box get marked/unmarked and then dialog appears). I'd like to delay a marking/unmarking check box until user enters a password...
Any ideas what else to override and how to do this? Btw, I've tried attaching OnPrefrenceClickListener to CheckBoxPreference but nothing changes, preference still get the click before my dialog shows up...
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

