Add data_set for Settings table as well.

Bug 5156004

Change-Id: Iac0eac2a8a6c3994ba3188e571e39717dcb673e1
This commit is contained in:
Dave Santoro
2011-09-07 16:52:27 -07:00
parent be724dbc45
commit 7c4479f3c9
2 changed files with 13 additions and 0 deletions

View File

@@ -7052,6 +7052,18 @@ public final class ContactsContract {
*/
public static final String ACCOUNT_TYPE = "account_type";
/**
* The data set within the account that this row belongs to. This allows
* multiple sync adapters for the same account type to distinguish between
* each others' data.
*
* This is empty by default, and is completely optional. It only needs to
* be populated if multiple sync adapters are entering distinct data for
* the same account type and account name.
* <P>Type: TEXT</P>
*/
public static final String DATA_SET = "data_set";
/**
* Depending on the mode defined by the sync-adapter, this flag controls
* the top-level sync behavior for this data source.