summaryrefslogtreecommitdiff
path: root/nfc-extras/java/com/android/nfc_extras/NfcAdapterExtras.java
AgeCommit message (Collapse)Author
2012-10-03NfcAdapterExtras: expose driver name.mike wakerly
Bug: 7276355 Change-Id: I65597f732c2ccb749f8fc5ef1793bacf5de8b592
2011-11-14Enforce 1-1 relationship between context and NfcAdapterExtras.Nick Pelly
This fixes a bug where NfcExecutionEnvironment.close() would NPE if you called it on a different EE to the one you opened. We now always return the same EE in the same contet. Change-Id: I949998dc2ee738527ee281cae46ae50ea6950a2c
2011-11-11Changes for access control.Jeff Hamilton
The package name is now required when using the NFC extras APIs so the context is stored away and used to derive the package name to be sent to the NfcService. Bug: 4515759 Change-Id: I1a3aba3fc026e0090a914b0686fc4b8dec25b927
2011-07-09Preserve invariant that sService is not null (although NfcAdapter.get() can ↵Robert Tsai
return null) Change-Id: I85fcbc5e79549835dac255ce614bd5d65d39fc25
2011-06-17NFC Adapter Extras API update.Nick Pelly
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
2011-04-26Implement dead service recovery in NFC extras library.Nick Pelly
Change-Id: I4f1d714c625470df4cda2c4c9aacb8d27bfabb10
2011-04-01Implement teardown script.Jason parks
Change-Id: I1a3feda3b1007b08fcaa24c3f8dd21abf1efd885
2011-03-21NfcAdapterExtras: reset singleton state if initialization fails.mike wakerly
Change-Id: I9c319925008070cc5ea93d5dd3941c9396072a8c
2011-03-10Implement new NFC-EE API's as shared library (frameworks/base).Nick Pelly
Change-Id: I45c4eaf59ec78167fc236fdd59676465a5e1bcb7