On a device you should concider the contents of your APK file to be read-only. Remember you signed the contents so any changes would invalidate the signature, also keeping them read-only saves space on the device.
-- RichardC On Oct 27, 2:22 pm, launchpadtt <[email protected]> wrote: > Hello, > > I have a really basic question about res/raw. I'd like to know if > there is a way to make changes to res/raw like adding files to it or > editing existing files in it. I've been looking around and I haven't > found the method to do that. I've only found openRawResource to open > the files in there to an InputStream. > > If I'm supposed to use OpenFileOutput and OpenFileInput instead, I'd > like to know where does the file reside in the project folder? I'd > like to start with a file with contents that I initially add manually. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

