Include folders on the root of the sdcard #1067
Closed
Labels
Milestone
Comments
Not putting any additional restrictions on the searchpath on this for now as it would conflict with the option that allows users to modify and add search pathes via settings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently don't include databases in custom app dirs in the root of public storage. While databases there are rare it's still possible. We don't want to scan everything though for performance reason.
How many levels do we search though.
is currently not found, to find out though we have to search 3 levels deep, this could increase scan time quite a lot. Limiting search to all dirs with known owners should could it down. Also need to exclude dirs owner by
android
and dirs flaggedcommon
./sdcard/externalSD
) twicesystem
common
The text was updated successfully, but these errors were encountered: