Commit 921652cd by Jeroen Weener Committed by GitHub

Handle special permissions correctly when requesting multiple permissions (#1139)

* Handle special permissions for multirequest

* Update PI docs (#1133)

* Add background location section to faq (#1134)

* Open settings screen (#1138)

* Update Android version mentions (#1135)

* Update Android version references (#1136)

* Refactor launching of special permissions

* Handle special permissions for multirequest

* Refactor launching of special permissions
parent 9da1209b
## 10.3.6
* Fixes a bug where requesting multiple permissions would crash the app if at least one of the permissions was a [special permission](https://developer.android.com/guide/topics/permissions/overview#special).
## 10.3.5 ## 10.3.5
* Fixes a bug where `Permission.ScheduleExactAlarm` was not opening the settings * Fixes a bug where `Permission.ScheduleExactAlarm` was not opening the settings
......
name: permission_handler_android name: permission_handler_android
description: Permission plugin for Flutter. This plugin provides the Android API to request and check permissions. description: Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.
homepage: https://github.com/baseflow/flutter-permission-handler homepage: https://github.com/baseflow/flutter-permission-handler
version: 10.3.5 version: 10.3.6
environment: environment:
sdk: ">=2.15.0 <4.0.0" sdk: ">=2.15.0 <4.0.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment