オートコレクトなしのEditTextが必要です。次のように、textNoSuggestionsinputTypeを設定しました。
<EditText
android:id="@+id/txtTarga"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:ems="10"
android:hint="Targa"
android:inputType="textNoSuggestions|textCapCharacters" >
大文字のフラグは機能しますが、それでも自動修正されます。
どうすれば無効にできますか?