Possible Duplicate:
How to block calls in android
Can any one tell me how to reject incoming call programatically in android ?
Possible Duplicate:
How to block calls in android
Can any one tell me how to reject incoming call programatically in android ?
Let us implement this solution in 3 steps :
a. Define this class or receiver :
This is your main class :
}
b. Manifest file :
c . Define telephone aidl , under com.android.internal.telephony
mh: Worked for me only in emulator, not on real devices... All devices above android 2.3 require root permission or installation as a system app to be able to use the permission
android.permission.MODIFY_PHONE_STATE
.