Hi, I want to create an database for my service . as of now we are creating the database on invocation of the service. Here we create the Database and add default values and it works.
My Need : I want to have a database as part of the system image ( That is when i flash the image/APK) . The database should be present already rather than me populating when i launch the service.here my use case is that database can be accessed by any app in read only mode but the database value is written by my service only.so i just want the database being present , before my service is launched so that any app can access the database. Gs -- 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

