Instead of calling mContentResolver.insert()
, use AsyncQueryHandler
and its startInsert()
method. AsyncQueryHandler
is designed to facilitate asynchronous ContentResolver
queries.
Instead of calling mContentResolver.insert()
, use AsyncQueryHandler
and its startInsert()
method. AsyncQueryHandler
is designed to facilitate asynchronous ContentResolver
queries.