Baseflow / Baseflow/flutter-permission-handler
Muiu special permissions?
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
### Is there already an issue requesting this feature?
- [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues).
### Please select affected platform(s)
- [X] Android
- [ ] iOS
- [ ] Windows
### Use case
In my Xiaomi device there is couple of permissions that I don't know if can be handled programmatically.

Translated are:
- Show on the lock screen
- Show popup windows while executing in background.
Motivation: I thought that acquiring "System Alert Window" permission was enough to start my foreground service from the backgroud (using Alarm Manager). But in this new phone it seems that this other two permissions are mandatory in order to do that. I don't know if these permissions are Android wide or Xiaomi (Muiu) exclusive. Also I'm wondering if I can get these permissions using this library.
Thank you
### Proposal
See above
### Specific requirements or considerations
_No response_
### Additional information or context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.