Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created November 8, 2017 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/354919cef2177d97fd1e52f35bec0583 to your computer and use it in GitHub Desktop.
Save ssaurel/354919cef2177d97fd1e52f35bec0583 to your computer and use it in GitHub Desktop.
NFC Feature and Permission for the NFC Reader Tutorial on the SSaurel's Blog
<uses-permission android:name="android.permission.NFC" />
<uses-feature android:name="android.hardware.nfc" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment