Well, my purpose is to detect if the Android device supports NFC and if not I will use some other technology. I have set my minimum API level to 8 as I want my app to function even on these devices without NFC.
Is there a method like isNFCSupported()? any ideas?
thanks yosoh.