Hello,
I am using Xam.Plugin.Media from James Montemagno (https://github.com/jamesmontemagno/MediaPlugin)
When calling TakePhotoAsync()
on Android Marshmallow or higher it requests two permissions: Camera (correct) and storage (incorrect). Why it is working like that? The storage permission should not be needed at all. I want just to take a photo. Just the camera permission should be sufficient.