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
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
I have an app that connects to Google Fit and in order to do that I need the Activity_Recognition permission, I ask it the first time the user connects, and, afterwards if I check it again it should say that the permission was granted.
Actual behaviour
What is actually happening is that If I try to check again the onPermissionDenied will be called.
Expected behaviour
I have an app that connects to Google Fit and in order to do that I need the Activity_Recognition permission, I ask it the first time the user connects, and, afterwards if I check it again it should say that the permission was granted.
Actual behaviour
What is actually happening is that If I try to check again the onPermissionDenied will be called.
Steps to reproduce
Call the first time it:
and then the second time you check it the onPermissionDenied will becalled, even though the user accepts the first time.
Version of the library
6.2.0
The text was updated successfully, but these errors were encountered: