We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if we could check if device supports hce before registering callback
The text was updated successfully, but these errors were encountered:
There is an Android method to check for HCE. The plugin needs a new API call to support this.
packageManager.hasSystemFeature(PackageManager.FEATURE_NFC_HOST_CARD_EMULATION)
Until then, you could limit the app to android-19 and greater and require HCE in the Manifest.
http://developer.android.com/guide/topics/connectivity/nfc/hce.html#ImplementingService http://developer.android.com/reference/android/content/pm/PackageManager.html#FEATURE_NFC_HOST_CARD_EMULATION
Sorry, something went wrong.
Meanwhile i have created an implementation of this. Please take o look at pull request #3.
No branches or pull requests
It would be great if we could check if device supports hce before registering callback
The text was updated successfully, but these errors were encountered: