To check the balance first i have to make a call *xxx# and then i get a response with the multiple options to choose from and after i input the particular n
Try this, I did not test it, but should work.
Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + Uri.encode("*3282#"))); startActivity(intent);