Skip to content

fix: remove unnecessary storage permission denied alerts on Android (#1084)#1126

Merged
SB2318 merged 1 commit into
SB2318:mainfrom
anjalikumari45:fix/remove-storage-permission-alerts-1084
Jun 6, 2026
Merged

fix: remove unnecessary storage permission denied alerts on Android (#1084)#1126
SB2318 merged 1 commit into
SB2318:mainfrom
anjalikumari45:fix/remove-storage-permission-alerts-1084

Conversation

@anjalikumari45
Copy link
Copy Markdown
Contributor

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

  • Bug fix (change which fixes an issue)

Select your work-area

  • Frontend

Related Issue

Fixes #1084

Changes Made

  • 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 Alert.alert('Storage permission denied') from ArticleCard.tsx and PodcastRecorder.tsx
  • Cleaned up commented-out legacy permission code in PodcastRecorder.tsx
  • Modern READ_MEDIA_AUDIO permission check retained (valid for Android 13+)

Fixes

Closes #1084

Checklist

  • I have updated my branch and synced it with the project's 'develop' branch before making this PR.
  • I have optimized the file changes.
  • I have made a PR to the project's develop branch.

Undertaking

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my code.
  • I have checked for plagiarism and assure its authenticity.
  • I have read and followed the code of conduct for this repository. I understand that violation of this undertaking may have legal consequences.
  • I Agree

…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
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

Thank you @, for creating the PR and contributing to our UltimateHealth project 💗.
Our team will review the PR and will reach out to you soon! 😇
Make sure that you have marked all the tasks that you are done with ✅.
Thank you for your patience! 😀

@anjalikumari45
Copy link
Copy Markdown
Contributor Author

Hi maintainers!
I've submitted the fix for issue #1084 regarding the Android storage permissions. The code is ready for your review, and the workflows are just waiting for approval to run. Let me know if anything needs adjusting!

Copy link
Copy Markdown
Owner

@SB2318 SB2318 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for Your Contribution!

@SB2318 SB2318 merged commit ee3ec2d into SB2318:main Jun 6, 2026
2 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 6, 2026

Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Remove Unnecessary Storage Permission Denied Alerts on Android

2 participants