On Apr 2, 10:26 pm, "Carl H." <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am trying to write logs for ContentProvided data is created, updated
> and deleted. Thus I added Log.i(MYLOG, "update") in my ContentProvider
> class as follow:
>
> @Override
> public int update(Uri url, ContentValues values, String where,
> String[] whereArgs)
> {
> Log.i("MyLog", "update");
> ...
>
> }
>
> The above does not seem to be called... Ever... I tryed to debug as
> well. Same result the update method seems to never be called....
>
> Anybody else experiencing the same problem?
> I take it that Cursor.commitUpdates() should call
> ContentProvider.update()?
>
> Thanks,
> Carl
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---