Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.content. ContentResolver

Added Methods
ContentProviderClient   acquireContentProviderClient ( Uri )  
ContentProviderClient   acquireContentProviderClient ( String )  
Object   addStatusChangeListener ( int, SyncStatusObserver )  
)"> ContentProviderResult[]   )" target="_top"> applyBatch ( String, ArrayList<ContentProviderOperation> )  
void   cancelSync ( Account, String )  
int   getIsSyncable ( Account, String )  
boolean   getMasterSyncAutomatically ()  
SyncAdapterType[]   getSyncAdapterTypes ()  
boolean   getSyncAutomatically ( Account, String )  
boolean   isSyncActive ( Account, String )  
boolean   isSyncPending ( Account, String )  
void   removeStatusChangeListener ( Object )  
void   requestSync ( Account, String , Bundle )  
void   setIsSyncable ( Account, String , int )  
void   setMasterSyncAutomatically ( boolean )  
void   setSyncAutomatically ( Account, String , boolean )  
 

Changed Methods
void   startSync ( Uri, Bundle ) Now deprecated .
 
void   cancelSync ( Uri ) Now deprecated .
 
 

Added Fields
String   SYNC_EXTRAS_INITIALIZE  
String   SYNC_EXTRAS_MANUAL  
 

Changed Fields
String   SYNC_EXTRAS_ACCOUNT Now deprecated .
 
String   SYNC_EXTRAS_FORCE Now deprecated .