Re: [android-developers] Re: Simple Call App - Uri?

2009-12-15 Thread Mark Murphy
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

[android-developers] Re: Simple Call App - Uri?

2009-12-15 Thread AJ
ACTION_DIAL works fine and without any changes to the permissions. thanks a lot --aj On Dec 15, 4:08 am, Mark Murphy mmur...@commonsware.com 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,

[android-developers] Re: Simple Call App - Uri?

2009-12-14 Thread AJ
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. Help please. package com.tests.helloandroid; import android.app.Activity; import android.content.Intent; import