I developing a application which read the NFC Tag details.. In that application i want to give the condition to run only in NFC available devices..
Thanks in Advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you include this in your manifest your app will only be able to run on devices that have NFC:
NfcAdapter.getDefaultAdapter(this)can also returnnullon a device which has NFC, but the NFC functionality is unavailable for some reason in that case.