Huawei Watch 2 NFC FEATURE not available?. Android Wear 2.0
In short: On the Huawei Watch 2 it seems like NFC is available and enabled but NFC_FEAUTURE is not, hence nfc is not working properly. Trying to develop the ability to simply read and display NFC tags on the Huawei Watch 2 raises some difficulties: mNfcAdapter.enableForegroundDispatch(this,nfcPendingIntent, nfcIntentFilter, null); raises the error java.lang.UnsupportedOperationException That implies the FEATURE_NFC is not available. In MainActivity onCreate(): mNfcAdapter = NfcAdapter.getDefaultAdapter(this); //NfcAdapter mNfcAdapter if (mNfcAdapter != null) { // Check if device supports NFC