android-inventory-agent
android-inventory-agent copied to clipboard
Fix(Permission): fix redundant permissions check
Pull Request
Description
Avoid redundant permissions checks
Type of Change
- [x] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update (improvements or additions to documentation)
Related Issues
List any related issues that are fixed or addressed by this pull request.
Fixes: !35789
Closes: # [issue number]
Checklist
- [x] I have tested these changes locally.
- [x] I have added tests that prove my fix is effective or my feature works.
- [ ] I have updated documentation (if necessary).
- [ ] I have ensured that this PR does not introduce unintended breaking changes.