맨뒤 문자열을 삭제 하신다는 거죠?
String strTemp = edittext1.getText().toString(); edittext1.setText(strTemp.substring(0, strTemp.length()-1)) ;