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

Use sub-directories in the file provider #26989

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Redth
Copy link
Member

@Redth Redth commented Jan 7, 2025

On Android, it's a better practice to scope the paths used in a FileContentProvider as much as possible. Currently we just use the root . path for each area, even though we always seem to save temp files to 2203693cc04e0be7f4f024d5f9499e13 as a subfolder.

This updates our provider file paths to scope to that folder.

On Android, it's a better practice to scope the paths used in a FileContentProvider as much as possible.  Currently we just use the root `.` path for each area, even though we always seem to save temp files to `2203693cc04e0be7f4f024d5f9499e13` as a subfolder.

This updates our provider file paths to scope to that folder.
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.

1 participant