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

Added granted permissions cache in CheckerPermission. #802

Merged
merged 1 commit into from Jul 9, 2022

Conversation

dariuszseweryn
Copy link
Owner

The cache should help with much more frequent permission checks in case of using RxBleDevice#toString(). After the permission is granted no more calls to Context#checkPermission(String, int, int) will be made until the client is recreated.

@dariuszseweryn dariuszseweryn merged commit ef2db2d into master Jul 9, 2022
@dariuszseweryn dariuszseweryn deleted the feature/permission_checker_cache branch July 9, 2022 13:20
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