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 Oct 3, 2024. It is now read-only.
Device type: emu
OS version: 31
EasyPermissions version: 3.0.0
Describe the problem
The code in the README.md file results in an infinite loop of starting an invisible activity on top of my activity. The following conditions have to be met:
Call methodRequiresTwoPermission from onResume
Open the app
Deny permission
Ok on rationale
Deny permission
At this point because methodRequiresTwoPermission doesn't check for permissionPermanentlyDenied, the execution goes to requesting the permission, butit doesn't show the rationale dialog, but I get a callback that the permission is granted, but it doesn't have permission so it requests... [loop].
Code and logs
I used the code simplest fully functional combo from the README.md.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Basic Information
Device type: emu
OS version: 31
EasyPermissions version: 3.0.0
Describe the problem
The code in the README.md file results in an infinite loop of starting an invisible activity on top of my activity. The following conditions have to be met:
methodRequiresTwoPermission
fromonResume
At this point because
methodRequiresTwoPermission
doesn't check forpermissionPermanentlyDenied
, the execution goes to requesting the permission, butit doesn't show the rationale dialog, but I get a callback that the permission is granted, but it doesn't have permission so it requests... [loop].Code and logs
I used the code simplest fully functional combo from the README.md.
The text was updated successfully, but these errors were encountered: