diff options
author | Martijn Coenen <maco@google.com> | 2013-09-04 14:49:46 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2013-09-04 14:49:46 -0700 |
commit | 51b6322197da054715e53d02754bc81caa8fd456 (patch) | |
tree | 9a97d5868d1c771236e9de40b48e01feb7dd87b0 /api | |
parent | f48416dede08b243c90738ec108a08041d7609c2 (diff) | |
download | frameworks_base-51b6322197da054715e53d02754bc81caa8fd456.zip frameworks_base-51b6322197da054715e53d02754bc81caa8fd456.tar.gz frameworks_base-51b6322197da054715e53d02754bc81caa8fd456.tar.bz2 |
Remove legacy HCE APIs.
Bug: 10550349
Change-Id: Ie60942f9551e93bcfb597f7f2a5b9cc9bf21a11a
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 7d06e1c..b278c1e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -15294,7 +15294,7 @@ package android.nfc.cardemulation { method public final void notifyUnhandled(); method public final android.os.IBinder onBind(android.content.Intent); method public abstract void onDeactivated(int); - method public byte[] processCommandApdu(byte[], android.os.Bundle); + method public abstract byte[] processCommandApdu(byte[], android.os.Bundle); method public final void sendResponseApdu(byte[]); field public static final int DEACTIVATION_DESELECTED = 1; // 0x1 field public static final int DEACTIVATION_LINK_LOSS = 0; // 0x0 |