OSDN Git Service

Use a Thread instead of an AsyncTask for removing Gears. This is because
authorAndrei Popescu <andreip@google.com>
Tue, 23 Mar 2010 15:04:36 +0000 (15:04 +0000)
committerAndrei Popescu <andreip@google.com>
Tue, 23 Mar 2010 15:39:04 +0000 (15:39 +0000)
commit93bea966f525c15a5c23caac771399a0be6fc3f1
treeff1f49c27bbd5de6e47c3c470c2630ebed81ebfd
parent455d8c1863d039e7fe1b5ecb8dd9c163a93fad37
Use a Thread instead of an AsyncTask for removing Gears. This is because
the database upgrade method can be invoked on any thread (e.g. a Binder
thread, when QSB makes an IPC call to the Browser content provider).

Fix b: 2529299
src/com/android/browser/BrowserProvider.java