# Print output for @column tags ?> NfcManager - Android SDK | Android Developers

Most visited


Recently visited


NfcManager

public final class NfcManager
extends Object

java.lang.Object
   ↳ android.nfc.NfcManager


High level manager used to obtain an instance of an NfcAdapter.

Use Context.getSystemService(java.lang.String) with Context#NFC_SERVICE to create an NfcManager, then call getDefaultAdapter() to obtain the NfcAdapter.

Alternately, you can just call the static helper NfcAdapter#getDefaultAdapter(android.content.Context).

Developer Guides

For more information about using NFC, read the Near Field Communication developer guide.

See also:

Summary


Public methods

NfcAdapter getDefaultAdapter()

Get the default NFC Adapter for this device.

Inherited methods

Public methods


getDefaultAdapter

public NfcAdapter getDefaultAdapter ()

Get the default NFC Adapter for this device.

Returns
NfcAdapter the default NFC Adapter

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.