샘플키보드의 InputmethodService-> @Override 함수 onStartInputView(EditorInfo info, restarting)에서
선택된 Editor의 정보(EditorInfo)를 받아서 처리하게 되는것 같은데요, 현재 알고 싶은 정보는 선택된 해당 EditView의 maxLength값을 알고 싶은 겁니다. EditorInfo 에서는 .fieldId 값 말고는 해당 EditView로 접근할 수 있는 끌리는? 정보는 없습니다.

즉, 해당 EditView 의 maxLength를 얻기위해 EditorInfo.FieldId를 통한 접근 방법이 있으면 조언부탁드립니다.
ex) EditView evTest = getContext.get.. .xxx .xx (EditorInfo.FieldId); 뭐 이런식의 접근 방법 등이나 다른 방법이 있는지요?