I have a PreferenceActivity that uses an xml file to automatically populate and save the preferences. Sometimes though, when that activity is started, the preferences are blank. However, if you go back later, they will reappear.
This is causing a lot of headaches with my app. I have a Service and BroadcastReciever running in the background that are also accessing and (sometimes) updating the preferences. Are there synchronization issues with shared preferences? Maybe permission issues? I'm really stuck here and would greatly appreciate any insight you can offer. Thanks, Eric --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

