Android copy file to res/raw folder

Hi there,

I need to copy a file from the root of my project folder to the android res/raw folder. I already tried the following in the config.xml , but unfortunately it doesnt work. If i run the ionic prepare statement it doesnt copy the file over.

Is it even possible to do this within the config.xml (I think so because its working for the icon(s) too ) or do i need to create a custom hook to archieve this?

Thanks