am ec2bf4ca: Merge "UI test automation not working." into jb-dev
* commit 'ec2bf4ca30f511d71a49d6ac1572d1feffdcc803': UI test automation not working.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user