> 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 Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

