image_pickers
image_pickers copied to clipboard
Audio permission request
The library requests audio permission even if I set photo-only picker mode: galleryMode: GalleryMode.image
.
Is it possible to ask for only camera & gallery permissions if GalleryMode.image
mode is set?
I have the same issue. @lisen87 @cuixiaocun if you can guide me how to fix it, I will submit a pull request.
我有同樣的問題。 @ lisen87 @cuixiaocun如果您可以指導我如何解決它,我將提交拉取請求。
@yanivshaked take a look at my fork here. I disabled audio permission request in my last commit.
Cool, thanks!
Hi @Smagold, Actually, your changes will totally eliminate the request for microphone, even if video camera is activated. I have changed the code so that only the necessary permissions are requested, please look at the following pull request: https://github.com/lisen87/image_pickers/pull/44
Let me know what you think. Thanks!
新版本已经处理。