ACTION_DIAL works fine and without any changes to the permissions. thanks a lot
--aj On Dec 15, 4:08 am, Mark Murphy <[email protected]> wrote: > AJ wrote: > > I am trying to make a very very simple app as a beginner but it does > > not work. The app just has a text bar and a button. Somehow, the call > > button does not start a call. > > You are using ACTION_CALL. Do you have the CALL_PHONE permission? > > You might want to start with ACTION_DIAL. Here is a sample application > that uses ACTION_DIAL: > > http://github.com/commonsguy/cw-android/tree/master/Phone/Dialer/ > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android Training in US: 11-15 January 2010:http://onlc.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

