change remaining frameworks/base Gservices to Secure settings
Change-Id: I61bdb05a2526523700c2833154d5a4133881ef10
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user