hello frnds.... i m trying to disconnect incoming call from my application.
i have done with Automatic Answer with this code Intent new_intent = new Intent(Intent.ACTION_MEDIA_BUTTON); new_intent.putExtra(Intent.EXTRA_KEY_EVENT, new KeyEvent( KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_HEADSETHOOK)); getApplicationContext().sendOrderedBroadcast(new_intent, null); but now i want to disconnect call in some situation. how can achieve this in android. Plz help me... Thanks and Regrads bhavesh -- B!-!/-\\/!=$!-! -- 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