What does it mean to block an incoming call? My guess is it just not ring.
In that case, it may simply mute the ringer, and register a PhoneStateListener with the TelephonyManager. If it likes the number in onCallStatechanged, it turns on the ringer. I haven't tried it, and I haven't tried the app, either. I just read the documentation. On Mar 22, 4:17 am, jitendra kumar <[email protected]> wrote: > Thanks Bibek for the information. > > *If we can't block incoming call using android SDK, in that case how > GBlocker application works???* > > *GBlocker Application Link:*http://bubiloop.com/android-communication-gblocker > > Regards, > Jitendra Kumar > > > > On Wed, Mar 10, 2010 at 11:54 PM, Kumar Bibek <[email protected]> wrote: > > Not possible. > > > Thanks and Regards, > > Kumar Bibek > > > On Mar 10, 2:40 pm, jitendra kumar <[email protected]> wrote: > > > Hi All, > > > > I want to develop one call control application on android. As we know > > > android sdk does not provide any API which block incoming call due to > > > security reasion. > > > > Is there any possiablity to block incoming call using android open source > > api;s? > > > > Please help me. > > > > Thanks, > > > Jitendra Kumar > > > -- > > 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]<android-developers%2Bunsubs > > [email protected]> > > 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 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

