-
Notifications
You must be signed in to change notification settings - Fork 353
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: "fused" location provider requires ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. #277
Comments
I had the same issue when the location permission got removed while smartlocation was running. |
Obviously this check should wrap the Line 52 in 8939ae9
|
avianey
added a commit
to avianey/smart-location-lib
that referenced
this issue
Feb 13, 2020
In the meantime, one can silently catch the exception by registering a custom exception handler after crashlytics init Application#onCreate()
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this SecurityException in my Crashlytics reports after integrating your sdk. Let me know How I can handle this issue.
The text was updated successfully, but these errors were encountered: