In my app I used TYPE_TEXT_FLAG_CAP_SENTENCES for the edittext,
etMessage.setInputType(EditorInfo.TYPE_TEXT_FLAG_CAP_SENTENCES);
it is working with the default keyboard in every devices and emulator. But when we use swipe keyboard the capitalization is not happening. Client wants it to work everytime. Can anyone help me to resolve this issue??.