Re: [android-developers] how to install a file under application files folder

2011-01-28 Thread Mark Murphy
On Fri, Jan 28, 2011 at 4:51 PM, Bruce Xia wrote: > hi, I have a grammar file which I'd like to package and dump it under / > data/data/[mypackage]/files folder during installation(something like > the windows installation wizard do). Is there an easy way to do it? It is not possible. Your code d

[android-developers] how to install a file under application files folder

2011-01-28 Thread Bruce Xia
hi, I have a grammar file which I'd like to package and dump it under / data/data/[mypackage]/files folder during installation(something like the windows installation wizard do). Is there an easy way to do it? I thought about using raw file resource and read/copy it when application runs, but don't