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
If I quit and kill the app and restart it, it asks me for the permissions as expected.
I don't see how your result() callback can be directly called.
Any idea?
The text was updated successfully, but these errors were encountered:
2ndGAB
changed the title
Not asking for permissons just after install
Not asking for permissions just after install
Apr 5, 2017
2ndGAB
changed the title
Not asking for permissions just after install
direct call to result() when starting from GooglePlay (just after install)
Apr 5, 2017
Include the following:
1.0.9
6.0
ASUS
Nexus 7 2013
I've implemented your library like that in my MainActivity
Reproduction Steps
If I click on open from the PlayStore, it doesn't ask me any permission and directly displays the msg generated by the
else
in the following code:If I quit and kill the app and restart it, it asks me for the permissions as expected.
I don't see how your
result()
callback can be directly called.Any idea?
The text was updated successfully, but these errors were encountered: