Added interface android.content.ComponentCallbacks
.
Removed Methods
|
boolean getContainsDiffs()
|
|
String getSyncingAccount()
|
The account of the most recent call to onSyncStart()
|
ContentProvider getTemporaryInstance()
|
Get a non-persistent instance of this content provider. |
boolean isSyncable()
|
Returns true if this content provider supports syncing. |
MergeResult merge(SyncContext, ContentProvider, boolean)
|
Merge diffs from a sync source with this content provider. |
void onSyncCancelled()
|
Invoked when the active sync has been canceled. |
void onSyncStart(SyncContext, String)
|
Called right before a sync is started. |
void onSyncStop(SyncContext, boolean)
|
Called right after a sync is completed
|
void setContainsDiffs(boolean )
|
|
Changed Methods
|
SyncAdapter getSyncAdapter()
|
Change in signature from Context to void .
|
Get the sync adapter that is to be used by this content provider. |
void onConfigurationChanged(Configuration )
|
Change in signature from android.content.Resources.Configuration to android.content.res.Configuration .
|
|