Remove support for event-based handovers.

Public APIs have been available for 2 releases; removing support
for the EXTRA/EVENT-based handovers.

Test: Manual
Bug: 110846969
Change-Id: I4747a509a9fd4d41c161febb78fbb7e4e11699f2
This commit is contained in:
Tyler Gunn
2019-02-13 13:51:18 -08:00
parent 46f5897ae8
commit 9ae6db8a7c

View File

@@ -1589,7 +1589,7 @@ public class TelecomManager {
Build.VERSION_CODES.O_MR1) {
Log.e("TAG", "addNewIncomingCall failed. Use public api " +
"acceptHandover for API > O-MR1");
// TODO add "return" after DUO team adds support for new handover API
return;
}
getTelecomService().addNewIncomingCall(
phoneAccount, extras == null ? new Bundle() : extras);