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  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 says it require
> permission "MODIFY_PHONE_STATE"..Is there any alternative for this
> permission.
>
> regards
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Thanks & Regards
 ASHEESH ARYA
 +919990503567

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[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 subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[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 call then  you can
help me also.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 similar vein, is it possible to intercept a call and if it is in
a certain list of phone numbers divert it directly to voice mail
without the phone ringing?

Thanks for any insights into this

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 it right?

Can anyone help?  Thanks!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 it right?

Can anyone help?  Thanks!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---