Baseflow / flutter-permission-plugins

This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
https://baseflow.com
MIT License
52 stars 33 forks source link

Android 11 support problem #48

Open JankoLancer opened 4 years ago

JankoLancer commented 4 years ago

🚀 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)