Skip to content
New issue

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

SecurityException NFC permission required #199

Open
tvqphong001 opened this issue Jul 4, 2024 · 0 comments
Open

SecurityException NFC permission required #199

tvqphong001 opened this issue Jul 4, 2024 · 0 comments

Comments

@tvqphong001
Copy link

tvqphong001 commented Jul 4, 2024

Your example missing permision nfc
need add permission like this

<uses-permission android:name="android.permission.NFC"/>

<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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant