How I block incoming call?

913 Views Asked by At

I have read How to block calls in android, but IDE doesn't know how to resolve com.android.internal.telephony.ITelephony. The internal API has gone? How I can access setting->call setting->auto reject call?

1

There are 1 best solutions below

1
On

com.android.internal.* is internal , you can't access with SDK in eclipse.