Loading src/com/android/settings/ManageApplications.java +6 −2 Original line number Diff line number Diff line Loading @@ -1459,8 +1459,12 @@ public class ManageApplications extends ListActivity implements public void onStop() { super.onStop(); // Stop the background threads if (mResourceThread != null) { mResourceThread.setAbort(); } if (mSizeComputor != null) { mSizeComputor.setAbort(); } // clear all messages related to application list clearMessagesInHandler(); // register receiver here Loading Loading
src/com/android/settings/ManageApplications.java +6 −2 Original line number Diff line number Diff line Loading @@ -1459,8 +1459,12 @@ public class ManageApplications extends ListActivity implements public void onStop() { super.onStop(); // Stop the background threads if (mResourceThread != null) { mResourceThread.setAbort(); } if (mSizeComputor != null) { mSizeComputor.setAbort(); } // clear all messages related to application list clearMessagesInHandler(); // register receiver here Loading