Can you post code for part A
I was trying to use IntentReciver but there is no way to reject the
call from there
NowI am trying to use reflections to get access to the underlying
functionality of the Phone API from

//String className="com.android.internal.telephony.CallerInfo";
//String className="com.android.internal.telephony.gsm.GSMPhone";
//String className="com.android.internal.telephony.PhoneFactory";

So far so good I post it here if I get it working.

On Dec 8 2008, 12:26 pm, Jay-andro <jayan...@gmail.com> wrote:
> Is there any direct (or convoluted) way torejectan incomingcall,
> i.e. send it directly to voicemail. Meaning
> (a) if acallis coming in and matches certain criteria
> (b) send thecallto VM, and stop the ringing. (programmatically)
> I've got (a) under control but I dont know how to do (b).
> Any ideas?
> Thanks
> Jay

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to