I have a modern Android 4.4 device - LG L34C that comes with KitKat 4.4
Relative to the https://github.com/commonsguy/cwac-provider library - I see that there is mention of getExternalFilesDir - but not the plural version.
My testing of getExternalFilesDirs() shows that the returned array index has 0 for "emulated /sdcard" and index 1 has the actual External SD Card.
Is it possible to get a syntax for paths.xml that works with the plural getExternalFilesDirs secondary index?