Uri sms = Uri.parse("smsto:#1234")

Intent Intent = new Intent(Intent.ACTION_SENDTO, sms);

이렇게 하면 '#' 문자를 인식 하지 못 하는 것 같습니다.

혹시 왜 그런지 아시는 지요?