Is there anything security or compatibility related in the NDK or SDK that would prevent me from compiling my own sqlite database and using that instead of the one that's bundled?
Would I still have access to write to the same location on the file system as the bundled sqlite db? On Jul 23, 9:10 pm, DanH <[email protected]> wrote: > I doubt that it's possible, but maybe someone else has a different > opinion. > > On Jul 22, 6:30 pm, eukreign <[email protected]> wrote: > > > How does one go about adding a customSQLitefunction from within the > > AndroidsqliteAPI? > > > I have a function (written in C) that I'm able to add using the C API > > outside of Android as described > > here:http://www.sqlite.org/c3ref/create_function.html > > > But can't figure out how to do the same from within Android. > > > Thanks, > > > Lex -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

