Android: how to store resources that may be updated at runtime
问题 What is the best way to store sound files (ogg) that are distributed with the app and updated at runtime? I am developing an app that includes a default set of sounds as resources (res/raw/*.ogg). These work fine for the defaults but I want the user to be able to update the set of sounds with recorded sounds and downloads from the Internet. The problem is that the resources are read-only and, I think, assets are also read-only. I don't know how to include files in the project so they can be