Changed Methods
|
void dump(FileDescriptor, PrintWriter, String[])
|
Change in signature from (FileDescriptor, PrintWriter ) to (FileDescriptor, PrintWriter, String[] ).
|
Print the object's state into the given stream. |
boolean onTransact(int, Parcel, Parcel, int)
|
Change in exceptions thrown from no exceptions to android.os.RemoteException .
|
Default implementation is a stub that returns false. |
boolean transact(int, Parcel, Parcel, int)
|
Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException .
|
Default implementation rewinds the parcels and calls onTransact. |