API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.content.ContentProvider

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)  
 

Added Methods
void onLowMemory()  
 

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.
 
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff