summaryrefslogtreecommitdiff
path: root/core/java/android/nfc/NfcActivityManager.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-07-31Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-03Pass in the user defined by Context.Jeff Sharkey
2015-12-21Clear calling identify b4 Beam callback.Martijn Coenen
2015-07-01In NfcActivityManager, don't use UserHandle.CURRENT.Nicolas Prevot
2015-04-15Expose peer LLCP version in NDEF callbacks.Martijn Coenen
2014-11-20Merge "Verify NFC permission immediately on API calls." into lmp-mr1-devMartijn Coenen
2014-11-14Verify NFC permission immediately on API calls.Martijn Coenen
2014-11-03Add UserHandle to BeamShareDataAndres Morales
2014-02-14Add an API to manually invoke Android Beam.Martijn Coenen
2013-09-02Reader mode NFC API: move to callback model.Martijn Coenen
2013-08-27Add NFC reader-mode API.Martijn Coenen
2013-03-26Add direct NDEF push API.Martijn Coenen
2013-01-07Don't IPC for every onPause() in NfcActivityManager.Martijn Coenen
2012-05-16NFC API documentation.Martijn Coenen
2012-04-12Unhide new Beam push APIs.Martijn Coenen
2012-04-05Make sure initial activity state is correct.Martijn Coenen
2012-04-04First cut at Bluetooth BeamNick Pelly
2012-03-29Use Application#registerLifecycleEvents() instead of a Fragment for Beam.Nick Pelly
2011-10-14Remove NfcFragment from activity when no longer sharing.Martijn Coenen
2011-09-01Fix Activity ref-leak in NFC dispatch API.Martijn Coenen
2011-08-26Improve NDEF push APINick Pelly