change remaining frameworks/base Gservices to Secure settings

Change-Id: I61bdb05a2526523700c2833154d5a4133881ef10
This commit is contained in:
Doug Zongker
2010-01-07 13:51:16 -08:00
parent 43866e0c48
commit edc5189c33
12 changed files with 176 additions and 227 deletions

View File

@ -139,8 +139,6 @@ public class SettingsProvider extends ContentProvider {
} else if (table.equals("secure")) {
property = Settings.Secure.SYS_PROP_SETTING_VERSION;
backedUpDataChanged = true;
} else if (table.equals("gservices")) {
property = Settings.Gservices.SYS_PROP_SETTING_VERSION;
}
if (property != null) {