Wednesday, November 13, 2013

How to Block Incoming call - Android


Step 1:
Create Broadcast receiver class for incoming call

Step 2:
Create IDL interface for getting core Telephony service
package name must be com.android.internal.telephony

FileName : ITelephony.aidl


Step 3:
AndroidManifest.xml configuration




4 comments:

  1. So far EXCELLENT... this tutorial has guided me through the path I need to complete my app. Lets see what the next tutorial has to offer.

    Thank you very much ankit.

    ReplyDelete
  2. Your post is awesome. You have explained it very well. I am willing to read posts like this one. Thanks for posting.

    ReplyDelete
  3. Awesome man. Thanks for this

    ReplyDelete

Mastering Jetpack Compose: Key Methods for Efficient Android UI Development

Jetpack Compose is a modern toolkit for building native Android UI. It simplifies UI development by providing a declarative approach, making...