commit | 93bea966f525c15a5c23caac771399a0be6fc3f1 | [log] [tgz] |
---|---|---|
author | Andrei Popescu <andreip@google.com> | Tue Mar 23 15:04:36 2010 +0000 |
committer | Andrei Popescu <andreip@google.com> | Tue Mar 23 15:39:04 2010 +0000 |
tree | ff1f49c27bbd5de6e47c3c470c2630ebed81ebfd | |
parent | 455d8c1863d039e7fe1b5ecb8dd9c163a93fad37 [diff] |
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