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 34 forks source link

On Android version less than 6 (M) checkPermissionStatus returns Denied #60

Closed orteney closed 2 years ago

orteney commented 3 years ago

🐛 Bug Report

Method checkPermissionStatus on Android without runtime permissions (pre M) always Denied but actually it should be Granted as permissions are given during installation.

Version: 4.0.0

Platform: [5.0.2] :robot: Android

FogNature commented 3 years ago

Same issue, but not only on pre M devices.

randyachmad commented 2 years ago

Any solution? I faced same issue rn on Android 11

mvanbeusekom commented 2 years ago

@fognature and @randyachmad, this issue is specifically about devices without runtime permissions (pre Android M). If you experience issues with later devices please create a new issue and provide the following details:

mvanbeusekom commented 2 years ago

P.S. the location_permissions plugin is no longer maintained and is replaced with the permission_handler plugin.