diff options
author | Martijn Coenen <maco@google.com> | 2013-09-03 12:24:18 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2013-09-03 12:24:18 -0700 |
commit | c85fb576b817aae2d853b6f5cb6effb924b892ed (patch) | |
tree | e429daf29e42e9f6a17e1aa6431a03e79947b3f5 /core/java/android/nfc | |
parent | fb2f8337f6fca9809156ddbaf0a7fe468bc1329f (diff) | |
download | frameworks_base-c85fb576b817aae2d853b6f5cb6effb924b892ed.zip frameworks_base-c85fb576b817aae2d853b6f5cb6effb924b892ed.tar.gz frameworks_base-c85fb576b817aae2d853b6f5cb6effb924b892ed.tar.bz2 |
Add drawable for Apdu Services, fix build.
Change-Id: I7c138adb60b2efe19377b58b35360cd234628424
Diffstat (limited to 'core/java/android/nfc')
-rw-r--r-- | core/java/android/nfc/cardemulation/HostApduService.java | 4 |
1 files changed, 2 insertions, 2 deletions
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). * * <p>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. * * <p>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() { |