I’m a beginner in android.Can anyone give me a clear idea about ITelephony.aidl and how it can be used for blocking a call in Android?
I’m a beginner in android.Can anyone give me a clear idea about ITelephony.aidl and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a new package com.android.internal.telephony in your src folder
then create a new file (not class) in it with name ITelephony.aidl
paste this body in your file
then you will see in your gen folder a new package with an Itelephony.java name is created
and now your all problems get resolved