* src/androidvfs.c (android_content_name): Hide all
subdirectories when `android_init_gui' is not set.
component_end++;
/* Now, find out if the first component is a special vnode; if so,
- call its root lookup function with the rest of NAME there. */
+ call its root lookup function with the rest of NAME there. What is
+ more, content files are inaccessible in the absence of a GUI. */
- if (api < 19)
+ if (api < 19 || !android_init_gui)
i = 3;
else if (api < 21)
i = 1;