I was exploring the settings application in android and found that the system settings were getting stored in two places, one in settings.db database and the other in settings_preferences.xml file
Most of the settings are persisted in the database while a few are persisted in a shared preferences file. Any idea why this is done? Why not persist everything in the database? -- 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

