Search code examples
androidandroid-6.0-marshmallow

Unable to hide Marshmallow Runtime Permission dialog


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?


Solution

  • It is an Android OS issue. I have also faced same issue and found OS issue.