Merge change 7133 into donut
* changes: Run the search dialog at THREAD_PRIORITY_DEFAULT instead of THREAD_PRIORITY_FOREGROUND.
This commit is contained in:
@@ -49,7 +49,7 @@ implements DialogInterface.OnCancelListener, DialogInterface.OnDismissListener {
|
|||||||
|
|
||||||
private static final String SEARCH_UI_THREAD_NAME = "SearchDialog";
|
private static final String SEARCH_UI_THREAD_NAME = "SearchDialog";
|
||||||
private static final int SEARCH_UI_THREAD_PRIORITY =
|
private static final int SEARCH_UI_THREAD_PRIORITY =
|
||||||
android.os.Process.THREAD_PRIORITY_FOREGROUND;
|
android.os.Process.THREAD_PRIORITY_DEFAULT;
|
||||||
|
|
||||||
// Takes no arguments
|
// Takes no arguments
|
||||||
private static final int MSG_INIT = 0;
|
private static final int MSG_INIT = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user