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

BREAKING CHANGE: Remove permissions from library and instead require users to add them #148

Merged
merged 1 commit into from
Jun 1, 2019

Conversation

sbeca
Copy link
Collaborator

@sbeca sbeca commented Jun 1, 2019

A number of the permissions that were included in android/lib/src/main/AndroidManifest.xml are considered by Google to be "Dangerous Permissions" and recommends that apps shouldn't include them unless they absolutely need them. But by including them directly in this library's permissions, any app that uses this library automatically adds these permissions which is not ideal.

This PR removes these permissions from the library and improves the documentation around including and using them if the library user needs them.

@sbeca sbeca merged commit cc89f57 into react-native-audio-toolkit:master Jun 1, 2019
@sbeca sbeca deleted the android-permissions branch June 1, 2019 12:15
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.

None yet

1 participant