I found a solution to this problem
Just set the following parameters in the xml file.
android:inputType="textCapSentences|textVisiblePassword" They are designed to set the first letter of the sentence and exclude sentences
and write the following code in ur activity
edittext.setSingleLine(false);
source share