Hi
    I am using GV by Evan Charlton(amazing app). But I found that it
is really slow to make a call when unchecking "route all the calls
through GV" and choose "dial out" instead of "call back". I check the
source code and found that he use following code to make a call.

        Intent intent = new Intent(Intent.ACTION_CALL);
        intent.setData(Uri.parse("tel:"+yourphoneNumber));
        activity.startActivity(intent);

The problem is, when you use above and the phone number is really long
( google voice number, 2, actually phone number), it took a long time
to make the call (40 seconds until it connects).
Funny thing is that, if I choose "route all the calls through GV",
then it connects reall fast (10 seconds).

Can any one tell me is there another way to make the call efficiently?
Thank you.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to