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

update permission section #50

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Conversation

alexxbo
Copy link
Contributor

@alexxbo alexxbo commented Oct 15, 2024

We can add these permissions to the library module manifest file. So, we don't need to add them to the manifest of the application that we are integrating the library into.
Because when we build our application, all the manifests are merged into one, so we will have one file with all the permissions.
This will make library integration a little bit easier.
Another question about the permissions - POST_NOTIFICATIONS and ACCESS_NETWORK_STATE - do we really need them? Or if they are optional and not needed in all cases, then it is better to leave these two permissions in the integration guide and add a description of why each of them is worth adding.

add permissions for library module
remove permissions in the example
@amirjaron amirjaron merged commit 510e6ba into frontegg:master Oct 20, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

3 participants