Merge "Remove support for event-based handovers."
am: b2c1daf861
Change-Id: I03aea3dffd4a7d1af24d281826f87945441d6d14
This commit is contained in:
@@ -1584,7 +1584,7 @@ public class TelecomManager {
|
|||||||
Build.VERSION_CODES.O_MR1) {
|
Build.VERSION_CODES.O_MR1) {
|
||||||
Log.e("TAG", "addNewIncomingCall failed. Use public api " +
|
Log.e("TAG", "addNewIncomingCall failed. Use public api " +
|
||||||
"acceptHandover for API > O-MR1");
|
"acceptHandover for API > O-MR1");
|
||||||
// TODO add "return" after DUO team adds support for new handover API
|
return;
|
||||||
}
|
}
|
||||||
getTelecomService().addNewIncomingCall(
|
getTelecomService().addNewIncomingCall(
|
||||||
phoneAccount, extras == null ? new Bundle() : extras);
|
phoneAccount, extras == null ? new Bundle() : extras);
|
||||||
|
|||||||
Reference in New Issue
Block a user