fix: remove unnecessary storage permission denied alerts on Android (#1084)#1126
Merged
SB2318 merged 1 commit intoJun 6, 2026
Merged
Conversation
…B2318#1084) - Removed READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE from AndroidManifest.xml - Removed WRITE_EXTERNAL_STORAGE from app.config.js - Removed legacy PermissionsAndroid storage permission checks from Utils.ts - Removed Storage permission denied alerts from ArticleCard.tsx and PodcastRecorder.tsx - Cleaned up commented-out legacy permission code in PodcastRecorder.tsx
Contributor
|
Thank you @, for creating the PR and contributing to our UltimateHealth project 💗. |
Contributor
Author
|
Hi maintainers! |
Contributor
|
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Removed unnecessary Storage Permission Denied alerts on Android and cleaned up legacy storage permission checks that are no longer required with modern Android storage APIs.
Type of Change
Select your work-area
Related Issue
Fixes #1084
Changes Made
READ_EXTERNAL_STORAGEandWRITE_EXTERNAL_STORAGEfrom AndroidManifest.xmlWRITE_EXTERNAL_STORAGEfrom app.config.jsPermissionsAndroidstorage permission checks from Utils.tsAlert.alert('Storage permission denied')from ArticleCard.tsx and PodcastRecorder.tsxREAD_MEDIA_AUDIOpermission check retained (valid for Android 13+)Fixes
Closes #1084
Checklist
Undertaking