Manual merge of e4ccb864 from frameworks/base/tools to frameworks/tools

Change-Id: I4893e72caf3dfd68bd503fd8daeabc8550d770a2
This commit is contained in:
Alan Viverette
2013-10-07 18:06:51 -07:00
committed by Adam Lesinski
parent 8ff15b4cad
commit 47dcb469db

View File

@@ -494,4 +494,8 @@ public class IWindowManagerImpl implements IWindowManager {
// TODO Auto-generated method stub
return false;
}
@Override
public void setTouchExplorationEnabled(boolean enabled) {
}
}