[android-developers] Re: Make a call without dial in background

2009-09-16 Thread Mark Murphy
Efor18 wrote: > And is possible to stop a call, for example, 10 second after the call > start? I am not aware of a way to do that through the SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need Android talent? Ask on HADO! http://wiki.andmob.org/hado

[android-developers] Re: Make a call without dial in background

2009-09-16 Thread Efor18
Thanks Mark, And is possible to stop a call, for example, 10 second after the call start? Thanks a lot for your support. On Sep 16, 11:59 am, Mark Murphy wrote: > Efor18 wrote: > > Thanks for your reply Mark, > > > But I do this, and when a want to make a call, start the dial app. I > > want

[android-developers] Re: Make a call without dial in background

2009-09-16 Thread Mark Murphy
Efor18 wrote: > Thanks for your reply Mark, > > But I do this, and when a want to make a call, start the dial app. I > want to make a call with my own app, not with the dial app. But I dont > know how to make this. As I wrote: Use the ACTION_CALL Intent. You will need the associated permission

[android-developers] Re: Make a call without dial in background

2009-09-16 Thread Efor18
Thanks for your reply Mark, But I do this, and when a want to make a call, start the dial app. I want to make a call with my own app, not with the dial app. But I dont know how to make this. I think that is impossible. On Sep 15, 4:20 pm, "Mark Murphy" wrote: > > Is possible to make a call pr

[android-developers] Re: Make a call without dial in background

2009-09-15 Thread Mark Murphy
> Is possible to make a call programaticaly without the dial? I want to > make an app that in background make a call, but i need that don't show > the Dial app, only my own app. > > Anyone can help me? Use the ACTION_CALL Intent. You will need the associated permission (CALL_PHONE). -- Mark Mur