-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Automatically request permission #20
Comments
SimonSimCity
added a commit
that referenced
this issue
Jun 23, 2016
I named it in the manual, so the programmers can decide how to handle it. |
Perfect :) thanks |
Link changed to: https://github.com/jamesmontemagno/MediaPlugin/blob/master/src/Media.Plugin.Android/MediaImplementation.cs Check out RequestStoragePermission() function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could follow the practice I have done here:
https://github.com/jamesmontemagno/Xamarin.Plugins/blob/master/Media/Media/Media.Plugin.Android/MediaImplementation.cs#L147-L163
Or simply link people to my permissions plugin to handle and request the permission before attempting to start a download.
The text was updated successfully, but these errors were encountered: