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

Interface android.content.IContentProvider

Removed Methods
IBulkCursor bulkQuery(Uri, String[], String, String[], String, IContentObserver, CursorWindow)  
IContentProvider getTemporaryInstance()  
boolean isSyncable()  
MergeResult merge(IContentProvider, boolean)  
void onSyncCancelled()  
void onSyncStart(ITransport, String)  
void onSyncStop(boolean)  
 

Changed Methods
int bulkInsert(Uri, ContentValues[]) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
 
int delete(Uri, String, String[]) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
 
ISyncAdapter getSyncAdapter() Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
 
String getType(Uri) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
 
Uri insert(Uri, ContentValues) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
 
ParcelFileDescriptor openFile(Uri, String) Change in exceptions: android.os.DeadObjectException was removed. android.os.RemoteException was added.
 
Cursor query(Uri, String[], String, String[], String) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
 
int update(Uri, ContentValues, String, String[]) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
 
 

Removed Fields
int GET_TEMPORARY_INSTANCE_TRANSACTION  
int IS_SYNCABLE_TRANSACTION  
int MERGE_TRANSACTION  
int ON_SYNC_CANCELLED_TRANSACTION  
int SYNC_ENDING_TRANSACTION  
int SYNC_STARTING_TRANSACTION  
 

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