Redial multiple phone numbers android -


I am in the middle of creating a custom dialer application. Apps need to dial different phone numbers within 5-10 seconds. Code looks very much, but I need to call several numbers from one array of numbers. I need to turn off a call activity to start another call activity.

  Private Zero Accelerated Deal (String [] Number) {/ * * Countdown Timer Code * LOOP * * / Uri Number = With Uri.parse ("Tell:" + [i] ); Intention Dial = new intent (int. Action_code, number); startActivity (dial); }   

Do you have any solutions? Thanks :).

You must use the phone to listen to state changes. When the phone call is over, start another dial activity.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -