I have managed the Run-time permission from onResume() on my BaseActivity. When I start my application, a runtime permission dialog opens that time without taking any action on the dialog I goes to app setting and take actions on permissions. Now when I again resume the application there is still the previous dialog shown.
So if I already allowed the permission then what should I do with the dialog because it's still showing?
It is an Android OS issue. I have also faced same issue and found OS issue.