flutter-permission-plugins icon indicating copy to clipboard operation
flutter-permission-plugins copied to clipboard

Android 11 support problem

Open JankoLancer opened this issue 5 years ago • 0 comments
trafficstars

🚀 Feature Requests

Android 11 update added support for One-time permissions. Now users have ability to accept permission for only one time. This library needs to add support for this feature because now the library reports false positive in next app usage.

Steps:

  1. Open app
  2. When asked for permission choose "Only this time"
  3. Restart app
  4. Plugin reporting that permission is accepted although it is not

Platforms affected (mark all that apply)

  • [ ] :iphone: iOS
  • [Y] :robot: Android

JankoLancer avatar Aug 20 '20 10:08 JankoLancer