[android-developers] Answer Call Automatically in Android

2013-04-23 Thread umer nasim
Hi! I want to ask can we answer call automatically. i have develop a code which woks fine in android 2.2 but not work in higher. one thing more is it restricted to answer call automatically in android -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Answer call automatically

2013-04-23 Thread umer nasim
hi! i want to answer a call that is in my contact. call will be automatically attend if number is in my contact. I have tried but some says it require permission MODIFY_PHONE_STATE..Is there any alternative for this permission. regards -- -- You received this message because you are

Re: [android-developers] Answer call automatically

2013-04-23 Thread Asheesh Arya
I also tried it .pogrammtically attend call automaticaaly...Not possible!! On Wed, Apr 17, 2013 at 11:20 AM, umer nasim umer.ram...@gmail.com wrote: hi! i want to answer a call that is in my contact. call will be automatically attend if number is in my contact. I have tried but some

[android-developers] answer call using acceptCall() of Phone.java

2010-02-03 Thread saru
Hey i got a function acceptCall() by which android receive call. the path is android.internal.telephony.Phone.java. Now you gays please tell me can i use it answer a call programmetically. Please you got any idea about it then share with me . or if you have any other idea about answering auto

[android-developers] Answer Call with special message?

2009-03-03 Thread John Bohumil
Is it possible to develop an Android app that would answer an incoming call and play a recorded message to the calling party without the phone ringing?For example, if a specific caller called during certain hours play a message asking them to call a different number during those hours. In a

[android-developers] Answer Call

2009-02-11 Thread Bobbie
I am using the following code to do an automatic answer of a call, but it doesn't seem to be working... Intent answercall = new Intent(Intent.ACTION_ANSWER); startActivity(answercall); I get the call state of ringing, but it never answers... Am I doing this wrong? If so, examles of how to do

[android-developers] Answer Call

2009-02-11 Thread Bobbie
I am using the following code to do an automatic answer of a call, but it doesn't seem to be working... Intent answercall = new Intent(Intent.ACTION_ANSWER); startActivity(answercall); I get the call state of ringing, but it never answers... Am I doing this wrong? If so, examles of how to do