java.lang.Object | |
↳ | android.nfc.NfcManager |
High level manager used to obtain an instance of an NfcAdapter
.
Use getSystemService(java.lang.String)
with NFC_SERVICE
to create an NfcManager
,
then call getDefaultAdapter()
to obtain the NfcAdapter
.
Alternately, you can just call the static helper
getDefaultAdapter(android.content.Context)
.
For more information about using NFC, read the Near Field Communication developer guide.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the default NFC Adapter for this device.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get the default NFC Adapter for this device.