Hi,
When I dial a divert number directly from the handset it works.
For example: **004*+668190099# sets up my call forwarding to the
number +668190099
However, when I try to do the same thing from within an application I
get a problem. The number displayed in the dialer is missing the
ending #.
E.g.
startActivity(new Intent("android.intent.action.DIAL",
Uri.parse("tel:**004*+668190099#")));
displays **004*+668190099 in the dialer.
The log shows:
I/ActivityManager( 56): Starting activity: Intent
{ action=android.intent.action.DIAL data=tel:**004*+668190099# comp=
{com.android.contacts/com.android.contacts.DialtactsActivity} }
Is this a bug or is there some other reason it wont let me dial a ussd
code?
Cheers
Ray
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---