You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zxing library can be used to add qrcode support to smb. It will be necessary to add user permission on camera on manifest file: <uses-permission android:name="android.permission.CAMERA"/>. As for NFC support, it is thus required that a request is issued to retrieve bike details, to then produce a notification.
The text was updated successfully, but these errors were encountered:
Zxing library can be used to add qrcode support to smb. It will be necessary to add user permission on camera on manifest file:
<uses-permission android:name="android.permission.CAMERA"/>
. As for NFC support, it is thus required that a request is issued to retrieve bike details, to then produce a notification.The text was updated successfully, but these errors were encountered: