Skip to content

Instantly share code, notes, and snippets.

@kamituel
Created January 15, 2013 16:09
Show Gist options
  • Save kamituel/4539737 to your computer and use it in GitHub Desktop.
Save kamituel/4539737 to your computer and use it in GitHub Desktop.
Android: when put into Manifest.xml, it makes app invisible in Google Play to devices with no NFC support.
<uses-feature android:name="android.hardware.nfc" android:required="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment