Baseflow / flutter-permission-handler

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
https://baseflow.com
MIT License
2.05k stars 861 forks source link

[Feature request]: FOREGROUND_SERVICE_MICROPHONE #1401

Closed mening12001 closed 2 weeks ago

mening12001 commented 2 weeks ago

Is there already an issue requesting this feature?

Please select affected platform(s)

Use case

I'm implementing speech recognition in a foreground task. Since Android 14, it is necessary to grand permission FOREGROUND_SERVICE_MICROPHONE.

Please extend the implementation also for this permission. Thank you!

Proposal

A way to ask the user for granting FOREGROUND_SERVICE_MICROPHONE permission.

Specific requirements or considerations

No response

Additional information or context

No response

mening12001 commented 2 weeks ago

I see that you don't explicitly request permission, is just the permission specified in AndroidManifest. Thank you!