dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
201 stars 13 forks source link

Add more supported iOS and Android permissions #116

Open enfipy opened 2 years ago

enfipy commented 2 years ago

What problem does this solve, or what need does it fill?

Currently, even so, we added all permissions specified by official AndroidManifest documentation - the list isn't full. Here are some more supported permissions for Android: gist, aosp.

What solution would you like?

AFAIK, Xamarin doesn't support all possible Permissions, see this for Android and this for iOS.