I am developing an application to block an incoming call but as far as I know in Android 2.3 gingerbread google has disabled the feature of:
<uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
.
So now my app only runs on models below 2.3.
Can any one help me on this topic?