Skip to content

Commit 1358b6a

Browse files
author
Jean-Baptiste Queru
committed
Tweak to make merges easier
Bug: 3364311 Change-Id: Idec05206615de524a3b61d8579d9f2b462b541cd
1 parent 6b739dc commit 1358b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/os/storage/IObbActionListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public void onObbResult(String filename, int nonce, int status)
113113
_data.writeInt(nonce);
114114
_data.writeInt(status);
115115
mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
116-
Binder.FLAG_ONEWAY);
116+
android.os.IBinder.FLAG_ONEWAY);
117117
_reply.readException();
118118
} finally {
119119
_reply.recycle();

0 commit comments

Comments
 (0)