04-23-2007, 09:08 PM
|
#1 (permalink)
|
| New Member
Join Date: Apr 2007 Model: 8100 PIN: N/A Carrier: china mobile
Posts: 14
Post Thanks: 0 Thanked 0 Times in 0 Posts
| can we invoke phone application more then one time? Please Login to Remove! my program need to invoke Phone application,but it only works the first time,when I invoke phone the second time,call fails.
below is my code.
PhoneArguments phoneArg=new PhoneArguments(PhoneArguments.ARG_CALL,number)
Invoke.invokeApplication(Invoke.APP_TYPE_PHONE,pho neArg); |
| Offline
| |