Merge "UI test automation not working." into jb-dev

This commit is contained in:
Svetoslav Ganov
2012-05-22 11:40:44 -07:00
committed by Android (Google) Code Review

View File

@@ -1068,7 +1068,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
/**
* Handler for delayed event dispatch.
*/
public Handler mHandler = new Handler() {
public Handler mHandler = new Handler(mMainHandler.getLooper()) {
@Override
public void handleMessage(Message message) {
final int type = message.what;