گرفتن کد USSD :
Intent call=new Intent(Intent.ACTION_CALL);
call.setData(Uri.parse("tel:*140*1"+Uri.encode("#" )));
startActivity(call);