I am making an app that programmatically accepts an incoming call without being the default calling application. It has been easier to achieve in Android 9 and below with tm.acceptRingingCall() and tm.endCall. Unfortunately these methods have been deprecated starting Android 10. According to documentation it can be done using the InCallService API. But is it possible to do that without being the default calling app?