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
Hi, I am trying to implement your library. I get "Making permission request" but no dialog is showing. How do I get the dialog to show? I am using support fragment. Thanks
The text was updated successfully, but these errors were encountered:
@saintjab I thought I had this problem. The real problem was this: If you deny the first time or "accept and then later on toggle it off in your permission settings", you won't get a chance to ask for the permission again with a dialog (that's the android default way). Instead, you will have to tell the user to toggle the permissions on themselves. To confirm, try uninstalling and then reinstalling your app and seeing what happens.
Hi, I am trying to implement your library. I get "Making permission request" but no dialog is showing. How do I get the dialog to show? I am using support fragment. Thanks
The text was updated successfully, but these errors were encountered: