We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every plug in I haver tried is terrible at managing Android permissions.
I just need something simple for checking, and requesting.
Could you expand NativeCamera.CheckPermission(); a bit?
NativeCamera.CheckPermission( ... paramater for what permission ... );
That way, in other areas of my app, I can check for the location permission, or others?
The text was updated successfully, but these errors were encountered:
For a generic permission system (Android-only), please see: https://github.com/yasirkula/UnityAndroidRuntimePermissions. However note that some permissions like MANAGE_EXTERNAL_STORAGE are special and can't be asked with this asset.
Sorry, something went wrong.
No branches or pull requests
Every plug in I haver tried is terrible at managing Android permissions.
I just need something simple for checking, and requesting.
Could you expand NativeCamera.CheckPermission(); a bit?
NativeCamera.CheckPermission( ... paramater for what permission ... );
That way, in other areas of my app, I can check for the location permission, or others?
The text was updated successfully, but these errors were encountered: