Merge "UI test automation not working." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ec2bf4ca30
@@ -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