Fabio wrote: > Brion, Thank you very much for the reply, in general terms it helps a > lot (now I know it is feasible). From within the app in development > there is a need to initiate the phone call. If I understand it clearly > what you said is that once the app gets the proper permissions > declaration the Phone.apk will get the number passed and place the > phone call?
If you hold the CALL_PHONE permission and you call startActivity() on an ACTION_CALL Intent with a "tel:..." Uri, Android will place the phone call. There may be limits in terms of calling emergency numbers this way (9-1-1 here in the US). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in US: 14-18 June 2010: http://bignerdranch.com -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

