Make NFC AIDL callbacks oneway
Test: Read NFC tags, Android Beam Bug: 32288773 Change-Id: I6294ec29be2af8feb578e9bfd5e0770ad9c09cc0 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
This commit is contained in:
committed by
Andre Eisenbach
parent
21cc4bcd01
commit
5dc487d588
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user