What about putting it in the phonegap.xml file? Simon Mac Donald http://hi.im/simonmacdonald
On Fri, Nov 25, 2011 at 3:46 PM, Dave Johnson <dave.c.john...@gmail.com> wrote: > I would rather that people could set some meta data in their android > manifest such that we can have tooling to change this at build time, > rather than having to write some java code to do it. > > On Fri, Nov 25, 2011 at 12:23 PM, Simon MacDonald > <simon.macdon...@gmail.com> wrote: >> We have an old issue still open: >> >> https://github.com/phonegap/phonegap-android/issues/238 >> >> and basically the root cause of the problem is that we set the max >> size of an applications database to be 100 MB. >> >> We have a couple of options available to fix this issue: >> >> 1) Do nothing there is a work around available by executing some >> commands in your applications onCreate() method. >> 2) Increase the max size of the database in DroidGap to a number > 100 MB. >> >> I'm leaning towards 1 at this point. What does everyone think? >> >> Simon Mac Donald >> http://hi.im/simonmacdonald >> >