-
-
Notifications
You must be signed in to change notification settings - Fork 85
Android ACCESS_MEDIA_LOCATION Permission not handled by the plugin #179
Comments
I mostly didn't know it was added lol. I would switch to Essentials as it has an extensibility model on permissions like I noted. |
Perfect! Sorry about the duplicated question. I was thinking about sending you a pull request for this plugin but then I saw that latest version references Xamarin.Essentials so provided is going to be a dependency nonetheless, likely it's better to move to that library :) |
@jamesmontemagno |
I solved adapting the extensible permissions ReadWriteStoragePermission example inserting the '[assembly: Dependency:...] line that I didn't remember to set before. |
You can easily extend permissions with custom permissions as well. It is all well documented here: |
I was wondering why the plugin is not handling new Android 10 permission ACCESS_MEDIA_LOCATION
Is there a design reason for that or it's just pending?
The text was updated successfully, but these errors were encountered: