Baseflow / Baseflow/flutter-permission-handler
[Bug]: Open system alert window permission settings
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
### Please check the following before submitting a new issue.
- [x] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues).
- [x] I have carefully [read the documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have added the required platform specific configuration.
### Please select affected platform(s)
- [x] Android
- [ ] iOS
- [ ] Windows
### Steps to reproduce
Hi,
When requesting for SystemAlertWindow permission, the window which opens is the list of all apps (title - Display over other apps), and then the user has to scroll to the app and tap to go to the screen which allows to change the setting.
### Expected results
Is there an option go to the permission screen directly? It is very confusing for many users, especially older people.
### Actual results
See description
### Code sample
Code sample
```dart
[Paste your code here]
```
### Screenshots or video
Screenshots or video demonstration
[Upload media here]
### Version
12.0.0+1
### Flutter Doctor output
flutter 3.29.3
Contributor guide
Assessment
This issue has not been assessed yet.