Right - SharedPreferences works fine... I was hoping not to modify the source of this Java package (which uses java.util.prefs), since it runs fine on the desktop, and it wouldn't be as clean to have multiple versions of the code around for different devices. But unless someone has a solution, I may have to do as you say.
Has anyone managed to use java.util.prefs successfully between emulator sessions? Thanks, Red On Nov 13, 4:51 am, Mark Murphy <[EMAIL PROTECTED]> wrote: > Reddog wrote: > > I am using java.util.prefs / prefs.put / prefs.get to persist some > > values. > > Is there a reason you're not using Android's SharedPreferences instead? > That definitely works across emulator sessions. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > > Android Training on the Ranch! -- Mar 16-20, > 2009http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

