So we can "almost" replace every application then...funny...not what
the marketing says.
guess i'll have to live with a DIAL in the case that somebody enter's
911.
Thanks for the info.
c.
On Oct 15, 5:00 pm, hackbod <[EMAIL PROTECTED]> wrote:
> Sorry, emergency dialing is not something we can expose to third party
> applications.
>
> On Oct 15, 7:15 am, MojoChris <[EMAIL PROTECTED]> wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---