Make ObbActionListener a on-way call

Bug: 3353699
Change-Id: If1bba2e9c2ed3d807657b6b4a6b54b7805bec02b
This commit is contained in:
Kenny Root
2011-01-14 12:16:15 -08:00
parent c69d5f3b53
commit 373c1c975d

View File

@@ -112,7 +112,8 @@ public interface IObbActionListener extends IInterface {
_data.writeString(filename);
_data.writeInt(nonce);
_data.writeInt(status);
mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply, 0);
mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
android.os.IBinder.FLAG_ONEWAY);
_reply.readException();
} finally {
_reply.recycle();