I've added the following to my manifest:

<uses-permission android:name="android.permission.CALL_PRIVILEGED"></
uses-permission>

Now I'm trying to use:

        startActivity(new Intent("android.intent.action.CALL",
                       Uri.parse("tel:911")));

And nothing...no error...nothing.

I'm looking at building a new dialer but if I can't have it call 911
then that's going to be an issue. Any ideas what I'm doing wrong?

Thanks

C.

--~--~---------~--~----~------------~-------~--~----~
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