ARK-Builders / ark-android

Reusable components for the ARK project
https://www.ark-builders.dev
MIT License
0 stars 0 forks source link

FilePicker: Automatic discovery of ARK-enabled folders #50

Open kirillt opened 8 months ago

kirillt commented 8 months ago

Context:

User may sync or copy manually an ARK-enabled folder from another device. The synced folder should magically appear in "Roots" tab of the filepicker.

User may:

How to solve this? Scanning the whole filesystem every time doesn't look reasonable. Is it ok to do it in background?

kirillt commented 8 months ago

Roots scanning was implemented within the scope of this issue: