Documentation for this section has not yet been entered.
Return true if this NFC Adapter has any features enabled.
If this method returns false, the NFC hardware is guaranteed not to generate or respond to any NFC communication over its NFC radio.
Applications can use this to check if NFC is enabled. Applications can request Settings UI allowing the user to toggle NFC using:
java Example
startActivity(new Intent(Settings.ACTION_NFC_SETTINGS))