The threads use the content provider. The content provider's insert() 
method gets a database from the SQLiteOpenHelper each time.

I'll add that the content provider we're using is a modified version of 
Google's telephony content provider. We've been able to duplicate this 
behavior with the actual telephony provider on a shipping phone.

-Erik

On Friday, December 23, 2011 7:50:45 AM UTC-8, Kostya Vasilyev wrote:
>
> To OP:
>
> Do your threads use separate instances of SQLiteDatabase object pointing 
> to the same database one- or one SQLiteDatabase instance, shared?
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to