but the database has to be in the path of the application package or can be in another path of the filesystem?
for example, can I access to a database created in gears (the path would be com.android.browser/gears/.......) thanks a lot On May 15, 2:46 pm, "Mark Murphy" <[email protected]> wrote: > > Anybody knows if we can share databases between applications? How can > > I access to a database from an A application to another B application? > > > It is possible? What uri I would have to put? > > The preferred way to do this is by creating a ContentProvider to make data > in one project available to other projects. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

