SimonSimCity / Xamarin-CrossDownloadManager

A cross platform download manager for Xamarin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Android] Automatically request permission

jamesmontemagno opened this issue · comments

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.

I named it in the manual, so the programmers can decide how to handle it.

Perfect :) thanks