OSDN Git Service

NFC Adapter Extras API update.
authorNick Pelly <npelly@google.com>
Fri, 17 Jun 2011 17:56:39 +0000 (10:56 -0700)
committerNick Pelly <npelly@google.com>
Fri, 17 Jun 2011 21:51:40 +0000 (14:51 -0700)
commit17523abb45b7f77f35af53e895d74be13f2314e0
tree753810ad4e10523fbe3c8664f5241d9b2644395f
parentd76baeb4d836c33cc68cbb0c2e237c066f368529
NFC Adapter Extras API update.

Remove
o registerTearDownApdus()
o deregisterTearDownApdus()
They were already NO-OPS, and don't work in the general case.

Add
o authenticate(byte[] token)
This future proofs us for a more flexible access control scheme.

Change-Id: I4cb67ceeb63d61cbc333c9b244a96d8687402168
core/java/android/nfc/INfcAdapterExtras.aidl
nfc-extras/java/com/android/nfc_extras/NfcAdapterExtras.java