views:

49

answers:

1

i need to invoke a call from code how can i do it

i tried Phone arguements but it did not worked???????

+2  A: 
PhoneArguments phoneArgs;
phoneArgs = new PhoneArguments(PhoneArguments.ARG_CALL, 
    lbl_Phone_value.getText());
Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, phoneArgs);
SWATI
hey i got it !!!!n its working
SWATI
This code is correct. what error are you getting with this code.
Vivart
Hey u r right the code is right,earlier i was not passing proper arguements....
SWATI