Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a50b3937 authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by android-build-merger
Browse files

Merge "Make NFC AIDL callbacks oneway"

am: 99c805b3

Change-Id: I964420fc36c67b9f96e286e1a8b9b54eda074189
parents 0d9dfc43 99c805b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,6 +25,6 @@ import android.nfc.Tag;
interface IAppCallback
{
    BeamShareData createBeamShareData(byte peerLlcpVersion);
    void onNdefPushComplete(byte peerLlcpVersion);
    void onTagDiscovered(in Tag tag);
    oneway void onNdefPushComplete(byte peerLlcpVersion);
    oneway void onTagDiscovered(in Tag tag);
}