Rename CONTACT_METADATA_SYNC GService Flag.
Rename it to CONTACT_METADATA_SYNC_ENABLED. BUG 28295805 Change-Id: Ib1f735b082a2ff6cca93e377b3eaaaf7cd396b8d
This commit is contained in:
@@ -8875,9 +8875,18 @@ public final class Settings {
|
||||
/**
|
||||
* Whether to enable contacts metadata syncing or not
|
||||
* The value 1 - enable, 0 - disable
|
||||
*
|
||||
* @removed
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String CONTACT_METADATA_SYNC = "contact_metadata_sync";
|
||||
|
||||
/**
|
||||
* Whether to enable contacts metadata syncing or not
|
||||
* The value 1 - enable, 0 - disable
|
||||
*/
|
||||
public static final String CONTACT_METADATA_SYNC_ENABLED = "contact_metadata_sync_enabled";
|
||||
|
||||
/**
|
||||
* Whether to enable cellular on boot.
|
||||
* The value 1 - enable, 0 - disable
|
||||
|
||||
Reference in New Issue
Block a user