My question is the following, I want to make my own application to make a phone call, but I do not want to use the default android view, I want to build my appropriate View, but this is having trouble accessing the InCallService class, available through the "android.telecom.InCallService" package.
Has anyone ever had the same problem?