You can surely do it, if you write your ContentProvider specifically for this situation.
Have a look at some examples. Kumar Bibek On Jan 26, 11:23 pm, Charlie Collins <[email protected]> wrote: > The applications are in different processes, with different > permissions (by default, you can work around that but you don't want > to). So the answer is no, not directly, but as the other post here > stated, that is exactly what a ContentProvider is for. > > http://developer.android.com/guide/topics/providers/content-providers... > > On Jan 25, 10:17 pm, David Toledo <[email protected]> wrote: > > > Hi All > > > Is possible update the records from SQLite from my Android Application1 > > from other Application2 Android > > > Thanks > > David -- 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

