Merge "Fix sdk build."

This commit is contained in:
Ying Wang
2014-04-08 19:16:46 +00:00
committed by Android (Google) Code Review

View File

@@ -238,4 +238,9 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
// TODO Auto-generated method stub
return null;
}
@Override
public void setCursorAnchorMonitorMode(IBinder arg0, int arg1) {
// TODO Auto-generated method stub
}
}