试试这个:
String hash = Uri.encode("#");
然后把它放在你的调用字符串中:
例:
String ussdCode = "*100*2" + hash; startActivity(new Intent("android.intent.action.CALL", Uri.parse("tel: " + ussdCode)));