Baseflow / Baseflow/flutter-permission-handler
Split Permission.phone
Open
P2
platform: android
refactor
type: enhancement
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
## 🚀 Feature Requests
Split Permission.phone into different Permission for different uses.
### Describe the feature
In Android, the [CALL_PHONE] permission is required to make a call and the [READ_CALL_LOG] permission is required to read the call history.
However, since both of these are included in Permission.phone, it is not possible to manage permissions individually.
I want to request only one of the permissions, but it requests both.
Could you please consider this in order to request only the necessary permissions?
### Platforms affected (mark all that apply)
- [ ] :iphone: iOS
- [x] :robot: Android
Contributor guide
Assessment
This issue has not been assessed yet.