I\'ve got the following code which handles downloading and saving an Image to the phone\'s media library. It fails with a System.UnauthorizedAccessException as if t
System.UnauthorizedAccessException
Did you add an ID_CAP_MEDIALIB_PHOTO capability to your app's manifest?
UnauthorizedAccessException is 99% of the time a missing capability.