You would use an Intent with the following code:
Intent intent = new Intent(Intent.ACTION_DIAL);
intent.setData(Uri.parse("tel:911"));
startActivity(intent);
On Jul 9, 12:22 pm, Ankit Shah <[email protected]> wrote:
> From my Android application I would like to make an Emergency Call
> "911".
>
> Any information on this would be greatly appreciated.
>
> Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---