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 .
|
|