+ Add paths to scan for the File detector

This commit is contained in:
Kelson42 2014-10-20 15:38:22 +02:00
parent 320a01d904
commit 9941b64f29

View File

@ -47,6 +47,12 @@ public class FileSearch {
// is to read and parse contents of /proc/mounts.
final String[] additionalRoots = {
"/storage/extSdCard",
// These 3 entries might be necessary to deail with USB OTG extern
// devices
"/storage/usbdisk0",
"/storage/usbdisk1",
"/storage/usbdisk2"
};
int i = 0;