I'm playing around with the SDK and looking at creating a new dialer
application.
One of the things I'd like to be able to do is be able to dial 911 as
I thought it might be useful ;-)
I thought all I'd have to do is add
<uses-permission android:name="android.permission.CALL_PRIVILEGED"></
uses-permission>
To my manifest so that when I invoke:
startActivity(new Intent("android.intent.action.CALL",
Uri.parse("tel:911")));
It would go through. As it is now when I press my test button nothing
happens at all no error msg...no dialing. All other numbers I've
tried seem to work.
What am I 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
-~----------~----~----~----~------~----~------~--~---