[android-developers] Application crashing due to CheckBoxPreference error

2011-03-30 Thread agrosner
I dont know what is wrong with my code, I read multiple sources and made sure I did it the correct way Everything goes well until the user clicks on the preference, disabling it to "false", and then it crashes when I access the value in another class. This code works for retrieving string values fr

Re: [android-developers] Application crashing due to CheckBoxPreference error

2011-03-30 Thread TreKing
On Wed, Mar 30, 2011 at 3:11 PM, agrosner wrote: > Everything goes well until the user clicks on the preference, disabling it > to "false", and then it crashes when I access the value in another class. > Want to explain what "then it crashes" means, including a stacktrace? Or should we guess? -