mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-16 02:48:08 -04:00
+ Add paths to scan for the File detector
This commit is contained in:
parent
320a01d904
commit
9941b64f29
@ -47,6 +47,12 @@ public class FileSearch {
|
|||||||
// is to read and parse contents of /proc/mounts.
|
// is to read and parse contents of /proc/mounts.
|
||||||
final String[] additionalRoots = {
|
final String[] additionalRoots = {
|
||||||
"/storage/extSdCard",
|
"/storage/extSdCard",
|
||||||
|
|
||||||
|
// These 3 entries might be necessary to deail with USB OTG extern
|
||||||
|
// devices
|
||||||
|
"/storage/usbdisk0",
|
||||||
|
"/storage/usbdisk1",
|
||||||
|
"/storage/usbdisk2"
|
||||||
};
|
};
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user