Automated import from //branches/cupcake/...@142033,142033
This commit is contained in:

committed by
The Android Open Source Project
parent
919d7afe55
commit
e32e8efcb9
@@ -1459,8 +1459,12 @@ public class ManageApplications extends ListActivity implements
|
|||||||
public void onStop() {
|
public void onStop() {
|
||||||
super.onStop();
|
super.onStop();
|
||||||
// Stop the background threads
|
// Stop the background threads
|
||||||
|
if (mResourceThread != null) {
|
||||||
mResourceThread.setAbort();
|
mResourceThread.setAbort();
|
||||||
|
}
|
||||||
|
if (mSizeComputor != null) {
|
||||||
mSizeComputor.setAbort();
|
mSizeComputor.setAbort();
|
||||||
|
}
|
||||||
// clear all messages related to application list
|
// clear all messages related to application list
|
||||||
clearMessagesInHandler();
|
clearMessagesInHandler();
|
||||||
// register receiver here
|
// register receiver here
|
||||||
|
Reference in New Issue
Block a user