Strategy ONE
Call a Phone in Android
The following parameter and value are used to call a telephone number from a mobile phone using the mobile URL API.
| Parameter | Description of Value | 
|---|---|
| 
                                                             tel  | 
                                                        
                                                             Telephone number to be called  | 
                                                    
The sample link below shows how to call a telephone number from inside your custom mobile application installed on a mobile phone.
Sample link for calling a phone number
<a href="tel:1-555-555-5555">Phone Number</a>
                                            