Is there any way to disable/enable NFC via ADB shell commands?
NFC
ADB
I found one answer here.
What I tried from the above link:
# Disable NFC
service call nfc 7
Verified for Android 8.0
Cheers!