I use AssetManager to display the contents of my data folder on Android. Everything works as expected, except when I have an empty subfolder. It is not included in the list. If I put the file in a folder, the folder and file do not detect problems.
Is this the expected behavior? I assume that under normal circumstances an empty folder is pretty useless as an asset and probably can be ignored, but I'm going to copy the folder hierarchy from the resource folder to the SD card, so including everything, even empty folders, would be best.
I did not find any documentation that addresses this particular issue.
Thanks!
source share