I'm simply trying to get a list of all the XML files in my res/xml folder. I have tried to use the asset manager .list() function, but that doesn't seem to return anything. I have tried other methods, but none seem to work. They either fail, or return nothing.
This is simply so I can show a ListView which contains the name of each file.
Does anyone have any ideas of what is necessary to do this?