1. Can I use this sqlite-ndk-0.9.zip<http://code.google.com/p/sqlite-ndk/downloads/detail?name=sqlite-ndk-0.9.zip> in the native code (say in the Android middleware - C/C++ code and hence it will not be running in an application context. My library might be loaded and used by a daemon in the middleware layer).
For this you may have to follow approach like android fwk does in media service, Application context will b till JNI level. After that mediaservice(stagefright) will run in other process. (as per my understanding) On Sat, Apr 27, 2013 at 1:13 PM, prasanth <[email protected]> wrote: > 1. Can I use this > sqlite-ndk-0.9.zip<http://code.google.com/p/sqlite-ndk/downloads/detail?name=sqlite-ndk-0.9.zip>in > the native code (say in the Android middleware - C/C++ code and hence it > will not be running in an application context. My library might be loaded > and used by a daemon in the middleware layer). > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks and regards Kapil Kumar ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

