flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

Split Permission.phone

Open katsuhiro-ito opened this issue 3 years ago • 1 comments

🚀 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

katsuhiro-ito avatar Jun 30 '22 03:06 katsuhiro-ito

++

bugrevealingbme avatar Apr 25 '25 15:04 bugrevealingbme