[android-developers] Re: SharedPreferences not stored betweed 2 emulator launch

2008-08-29 Thread CG
Thanks, actually it was not working in API demos also and I have no specific error message. I wiped the data and everything is now clear. Thanks a lot for your help Hackbod ! On 29 août, 10:32, hackbod <[EMAIL PROTECTED]> wrote: > It does work, it is used in many of the apps, and the ApiDemos e

[android-developers] Re: SharedPreferences not stored betweed 2 emulator launch

2008-08-29 Thread hackbod
It does work, it is used in many of the apps, and the ApiDemos example shows it too. Have you looked at the log to see any error messages reported? You also might want to try wiping data to make sure you data partition is all in good shape. On Aug 29, 1:10 am, CG <[EMAIL PROTECTED]> wrote: > I

[android-developers] Re: SharedPreferences not stored betweed 2 emulator launch

2008-08-29 Thread CG
I just up the subject because it seems to be a bug or a mess in the documentation. Before trying to use the new preference mechanism I try my previous preference storage (that worked perfectly under m5). This mechanism worked before like that : Restore : public static void restoreConfig(Acti