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

File location - Show in folder #25

Open
Dr-John-Early opened this issue Apr 16, 2024 · 1 comment
Open

File location - Show in folder #25

Dr-John-Early opened this issue Apr 16, 2024 · 1 comment

Comments

@Dr-John-Early
Copy link

I'm loving the principle of this app, but I wish I could access the file location of the image in some way.

As I understand it (which is basically not at all), Android 10+ uses a scoped storage model and access to content is via MediaStore API or something like that.

I'm not sure if it's possible, but it would be great to be able to somehow navigate from the image displayed in TIDY, to the source image location.

@locuturus
Copy link

The media store record should include the filepath in the data column. It's possible to create intents that call file managers to open a given path. Even the built in system manager (DocumentsUI) can do this (the /path/data/to/file needs to be converted to a uri %3Apath%2Fdata%2Fto%2Ffile format). But as far as I know it's not possible to open a file manager AND pre-highlight a specific file.

DocumentsUI has a concept of highlighted files as well as selected files but I doubt if it can be made to do either from an intent. That would be awesome though.

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

No branches or pull requests

2 participants