[android-developers] Re: Update SQLite Database from other app

2010-01-27 Thread Kumar Bibek
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 charlie.coll...@gmail.com wrote: The applications are in different processes, with different permissions (by default, you can

[android-developers] Re: Update SQLite Database from other app

2010-01-26 Thread Charlie Collins
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.