Why does MediaPicker.CapturePhotoAsync() need StorageWrite permission? #28386
Unanswered
NathanielJS1541
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Android, the
CaptureAsync
method ofMeidaPicker.android.cs
has the following code:I can't see why this is needed, as the captured photos are just saved to the
CacheDir
, which shouldn't need external storage permission.In an app I'm working on, we're required to provide a popup for each permission request explaining the permission, and I'm finding it hard to justify the
StorageWrite
permission as I can't understand why it's needed myself.Can anyone explain why the
StorageWrite
permission is required?Beta Was this translation helpful? Give feedback.
All reactions