Add more supported iOS and Android permissions
- Dominant language
- Rust
- Stars
- 212
- Forks
- 14
- Avg merge
- 7h 23m
- Merged PRs (30d)
- 13
Description
## What problem does this solve, or what need does it fill?
Currently, even so, we added all permissions specified by official [AndroidManifest documentation](https://developer.android.com/reference/android/Manifest.permission) - the list isn't full. Here are some more supported permissions for Android: [gist](https://gist.github.com/Arinerron/1bcaadc7b1cbeae77de0263f4e15156f), [aosp](https://github.com/aosp-mirror/platform_frameworks_base/blob/master/core/res/AndroidManifest.xml).
## What solution would you like?
AFAIK, Xamarin doesn't support all possible Permissions, see [this](https://github.com/xamarin/Essentials/blob/main/Xamarin.Essentials/Permissions/Permissions.android.cs) for Android and [this](https://github.com/xamarin/Essentials/blob/main/Xamarin.Essentials/Permissions/Permissions.ios.cs) for iOS.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.