RaiseToAnswer icon indicating copy to clipboard operation
RaiseToAnswer copied to clipboard

Move to InCallService API

Open TheLastProject opened this issue 4 years ago • 0 comments

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.

TheLastProject avatar Mar 07 '21 22:03 TheLastProject