wilsonvargas / ScreenshotPlugin

A simple Screenshot plugin for Xamarin and Windows to get and save screenshot in yours apps.
MIT License
33 stars 12 forks source link

Access file path is denied for android platform #4

Closed osamaelhosany closed 6 years ago

osamaelhosany commented 6 years ago

Describe the bug I cant access my file after I got screenshot in android platform

To Reproduce Steps to reproduce the behavior: just call var path = await CrossScreenshot.Current.CaptureAndSaveAsync();

Expected behavior I get working path

Screenshots If applicable, add screenshots to help explain your problem.

Please complete the following information:

the error said

wilsonvargas commented 6 years ago

Did you add permission to Android manifest?

wilsonvargas commented 6 years ago

I'm closing the issue as no further response from user. Feel free to re-open if you run into issues around this again or there are further comments.