Merge "deprecate SyncConstValue, since it is now only used by the deprecated ContactsProvider interface"

This commit is contained in:
Fred Quintana
2010-02-26 09:50:18 -08:00
committed by Android (Google) Code Review

View File

@@ -18,6 +18,7 @@ package android.provider;
/**
* Columns for tables that are synced to a server.
* @deprecated
* @hide
*/
public interface SyncConstValue
@@ -69,7 +70,7 @@ public interface SyncConstValue
* <P>Type: INTEGER (long)</P>
*/
public static final String _SYNC_DIRTY = "_sync_dirty";
/**
* Used to indicate that this account is not synced
*/