Merge "Remove support for event-based handovers." am: b2c1daf861

am: 3e232b28af

Change-Id: I6119eb289794ac658196fd7b25863c1404807fc3
This commit is contained in:
Tyler Gunn
2019-03-13 08:27:02 -07:00
committed by android-build-merger

View File

@@ -1584,7 +1584,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);