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

Add NFC support #115

Open
taba90 opened this issue Jan 16, 2020 · 0 comments
Open

Add NFC support #115

taba90 opened this issue Jan 16, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@taba90
Copy link

taba90 commented Jan 16, 2020

NFC Android support, works dispatching NFCTag encapsulated into an intent.
It will be necessary to add nfc permissions to manifest file <uses-permission android:name="android.permission.NFC" />. Moreover proper <intent-filter> are needed in order to permit the app to filter for the desidered NFCIntent, as well as the addition of a new Activity that will check for it and will eventually extract the payload.
Documentation: https://developer.android.com/guide/topics/connectivity/nfc

@taba90 taba90 added the enhancement New feature or request label Jan 16, 2020
@taba90 taba90 self-assigned this Jan 27, 2020
taba90 added a commit to taba90/smb-android that referenced this issue Oct 7, 2020
…code support geosolutions-it#119 Add the possibility to push notification for bike found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant