tangjie
tangjie

Reputation: 477

How I block incoming call?

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?

Upvotes: -2

Views: 906

Answers (1)

Suresh
Suresh

Reputation: 9595

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

Upvotes: 0

Related Questions