From 9941b64f29cb897f0169f5edbe759c3287dd80df Mon Sep 17 00:00:00 2001 From: Kelson42 Date: Mon, 20 Oct 2014 15:38:22 +0200 Subject: [PATCH] + Add paths to scan for the File detector --- src/org/kiwix/kiwixmobile/FileSearch.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/org/kiwix/kiwixmobile/FileSearch.java b/src/org/kiwix/kiwixmobile/FileSearch.java index abff106a4..431686377 100644 --- a/src/org/kiwix/kiwixmobile/FileSearch.java +++ b/src/org/kiwix/kiwixmobile/FileSearch.java @@ -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;