From c85fb576b817aae2d853b6f5cb6effb924b892ed Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Tue, 3 Sep 2013 12:24:18 -0700 Subject: Add drawable for Apdu Services, fix build. Change-Id: I7c138adb60b2efe19377b58b35360cd234628424 --- core/java/android/nfc/cardemulation/HostApduService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/nfc') diff --git a/core/java/android/nfc/cardemulation/HostApduService.java b/core/java/android/nfc/cardemulation/HostApduService.java index 615ef02..174acc0 100644 --- a/core/java/android/nfc/cardemulation/HostApduService.java +++ b/core/java/android/nfc/cardemulation/HostApduService.java @@ -81,7 +81,7 @@ public abstract class HostApduService extends Service { * currently active on the logical channel). * *

Note that this next AID may still be resolved to this - * service, in which case {@link #processCommandApdu(byte[], int)} + * service, in which case {@link #processCommandApdu(byte[], Bundle)} * will be called again. */ public static final int DEACTIVATION_DESELECTED = 1; @@ -248,7 +248,7 @@ public abstract class HostApduService extends Service { * transaction. * *

Note: this method may be called anywhere between - * the first {@link #processCommandApdu(byte[], int)} + * the first {@link #processCommandApdu(byte[], Bundle)} * call and a {@link #onDeactivated(int)} call. */ public final void notifyUnhandled() { -- cgit v1.1