Created
January 15, 2013 16:09
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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