This is no doubt a very simple question, but unfortunately I have looked around and haven’t found a solution.
I would like to import ITelephony.aidl so that I can use
import com.android.internal.telephony.ITelephony;
Could someone please give me directions or point me to a tutorial?
Thanks in advance
You can download ITelephony.aidl from here and Create com/android/internal/telephony package in your project src and copy past downloaded ITelephony.AIDL with in com/android/internal/telephony in your package as

for more information Blocking Incoming call