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
Just the Bluetooth lib not work rightly, cant scan successful.
The text was updated successfully, but these errors were encountered:
it also does not work when targetSdkVersion = 25
Sorry, something went wrong.
You have to add this permission to the manifest:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
Working pretty smoothly
remember also to switch on the location permission or implement an enable request on app startup (Marshmellow) 😃
This pull request resolved the scanning issue for me: #20
No branches or pull requests
Just the Bluetooth lib not work rightly, cant scan successful.
The text was updated successfully, but these errors were encountered: