Skip to content

fix(accesskey): use MediaStore for saving recovery key bitmap#762

Merged
bmc08gt merged 1 commit into
code/cashfrom
fix/accesskey-save-mediastore
May 22, 2026
Merged

fix(accesskey): use MediaStore for saving recovery key bitmap#762
bmc08gt merged 1 commit into
code/cashfrom
fix/accesskey-save-mediastore

Conversation

@bmc08gt
Copy link
Copy Markdown
Collaborator

@bmc08gt bmc08gt commented May 22, 2026

Replace direct FileOutputStream write to external storage with MediaStore ContentResolver API, fixing EACCES on Android 10+. Remove WRITE_EXTERNAL_STORAGE permission and requestLegacyExternalStorage flag.

Replace direct FileOutputStream write to external storage with
MediaStore ContentResolver API, fixing EACCES on Android 10+.
Remove WRITE_EXTERNAL_STORAGE permission and requestLegacyExternalStorage flag.

Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
@bmc08gt bmc08gt self-assigned this May 22, 2026
@github-actions github-actions Bot added area: auth Login, session, access keys, identity type: fix Bug fix labels May 22, 2026
@bmc08gt bmc08gt merged commit a4930f6 into code/cash May 22, 2026
3 checks passed
@bmc08gt bmc08gt deleted the fix/accesskey-save-mediastore branch May 22, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: auth Login, session, access keys, identity type: fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant