Skip to content
New issue

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

Feature Request - Permissions #97

Open
fillmore-admin opened this issue Oct 20, 2022 · 1 comment
Open

Feature Request - Permissions #97

fillmore-admin opened this issue Oct 20, 2022 · 1 comment

Comments

@fillmore-admin
Copy link

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?

@yasirkula
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants