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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user