* commit '7dbf0696ef37097f2bcec058f876f7f4ba63d357': Make ObbActionListener a on-way call
This commit is contained in:
@@ -113,7 +113,7 @@ public interface IObbActionListener extends IInterface {
|
||||
_data.writeInt(nonce);
|
||||
_data.writeInt(status);
|
||||
mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
|
||||
Binder.FLAG_ONEWAY);
|
||||
IBinder.FLAG_ONEWAY);
|
||||
_reply.readException();
|
||||
} finally {
|
||||
_reply.recycle();
|
||||
|
||||
Reference in New Issue
Block a user