TheLastProject / RaiseToAnswer

Simply hold your phone to your ear to answer an incoming call
https://play.google.com/store/apps/details?id=me.hackerchick.raisetoanswer
MIT License
74 stars 13 forks source link

Move to InCallService API #34

Open TheLastProject opened 3 years ago

TheLastProject commented 3 years ago

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.