http://code.google.com/android/reference/available-intents.html

tel: *phone_number* CALL

Calls the entered phone number. Valid telephone numbers as defined in the
IETF RFC 3966 <http://tools.ietf.org/html/rfc3966> are accepted. Valid
examples include the following:

   - tel:2125551212
   - tel: (212) 555 1212

The dialer is good at normalizing some kinds of schemes: for example
telephone numbers, so the schema described isn't strictly required in
the Uri(URI
string)<http://code.google.com/android/reference/android/net/Uri.html#parse%28java.lang.String%29>factory.
However, if you have not tried a schema or are unsure whether it
can be handled, use the Uri.fromParts(scheme, ssp,
fragment)<http://code.google.com/android/reference/android/net/Uri.html#fromParts%28java.lang.String,%20java.lang.String,%20java.lang.String%29>factory
instead.

*Note:*   This requires your application to request the following permission
in your manifest: <uses-permission id="android.permission.CALL_PHONE" />


On Thu, Sep 25, 2008 at 3:44 PM, mitesh <[EMAIL PROTECTED]> wrote:

>
> Hello all,
>
> I am new to android. I know in j2me. we use "platformrequest"  for
> calling particular number.
>
> Can anybody tell me how we can call particular number in android?
>
> thanks in advance.
>
> regards,
> mitesh
>
> >
>


-- 
take care,
Muthu Ramadoss.

http://mobeegal.in - mobile search. redefined. +91 98403 48914

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to