RuntimePermission icon indicating copy to clipboard operation
RuntimePermission copied to clipboard

One major issue. Deny result is sticky. New requests are automatically declined.

Open CarsonRedeye opened this issue 6 years ago • 0 comments

Steps to reproduce.

  1. Request storage permission
  2. Decline
  3. Request storage permission again ACTUAL: Request is instantly declined EXPECTED: Request dialog should show

Using Android 9.0 Samsung Note9 Kotlin extension askPermission()

CarsonRedeye avatar Feb 06 '19 02:02 CarsonRedeye