RaiseToAnswer
RaiseToAnswer copied to clipboard
Move to InCallService API
acceptRingingCall and endCall are deprecated in favor of InCallService: https://developer.android.com/reference/android/telecom/TelecomManager#acceptRingingCall()
From how I understand it, we want to use InCallService to get a Call object and answer or reject that.