OSDN Git Service

DO NOT MERGE: Remove deprecated call: Cursor.commitUpdates().
authorLeon Scroggins <scroggo@google.com>
Tue, 21 Jul 2009 15:15:28 +0000 (11:15 -0400)
committerLeon Scroggins <scroggo@google.com>
Tue, 21 Jul 2009 17:27:47 +0000 (13:27 -0400)
commit55581a656c7b198dbbac63184cd78c61f7535915
treef0af9c5056fee8f2eb8578f3612e9b4d236e5154
parent83f473462fcd7869031a423c02b957c6e938a2f6
DO NOT MERGE: Remove deprecated call: Cursor.commitUpdates().

This change was previously made in master, but I believe it is
responsible for a crash.  We should not be using this deprecated
method, so I am now instead using ContentResolver.update().
src/com/android/browser/BrowserActivity.java