slt a tous
bon , j ai un petit probeme au nveau des code ussd , je peut passer des appelle normale !!
alors que si je change le code :Code:
1
2
3
4 String telURI = "tel:" + "1234567"; Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(telURI)); startActivity(intent);
Code:
1
2
3
4 String telURI = "tel:" + "*123#"; Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(telURI)); startActivity(intent);
toujours le # ne s affiche pas :))
merci pour votre aide