frameworks/base
Revision | 61ae88e54cbc42391bc526bd686ec71793670f9b (tree) |
---|---|
Zeit | 2011-09-10 08:27:36 |
Autor | android-merger <android-build@andr...> |
Commiter | android-merger |
missed part of https://android-git.corp.google.com/g/#/c/104540/
Change-Id: I0da6d5bd860b1fe9df76b9df372e4ad9ab6e7202
@@ -16,6 +16,7 @@ | ||
16 | 16 | |
17 | 17 | package android.nfc; |
18 | 18 | |
19 | +import android.nfc.ApduList; | |
19 | 20 | import android.os.Bundle; |
20 | 21 | |
21 | 22 |
@@ -28,5 +29,6 @@ interface INfcAdapterExtras { | ||
28 | 29 | Bundle transceive(in byte[] data_in); |
29 | 30 | int getCardEmulationRoute(); |
30 | 31 | void setCardEmulationRoute(int route); |
31 | - void authenticate(in byte[] token); | |
32 | + void registerTearDownApdus(String packageName, in ApduList apdu); | |
33 | + void unregisterTearDownApdus(String packageName); | |
32 | 34 | } |