From 2ee3b28251c8f6864a6dbcd229b7a1641a4782e4 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Sun, 12 Jun 2022 23:19:47 +0000 Subject: Revert "Merge s-mpr-2022-06" Revert submission 732792 Reason for revert: build failure Reverted Changes: I3cbe7c924:Merge s-mpr-2022-06 I9881453ba:Don't set background color if TDA doesn't have a v... I57fa88c6f:Use TDA for background color instead of new color ... Ic2fa89b76:Dialing phone state should update active sub Change-Id: I9709841558bfcb325f7e205f5f5ec89c620d14dd --- telecomm/java/android/telecom/TelecomManager.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'telecomm/java/android/telecom/TelecomManager.java') diff --git a/telecomm/java/android/telecom/TelecomManager.java b/telecomm/java/android/telecom/TelecomManager.java index b2714e692972..f6b2135662e0 100644 --- a/telecomm/java/android/telecom/TelecomManager.java +++ b/telecomm/java/android/telecom/TelecomManager.java @@ -1462,14 +1462,9 @@ public class TelecomManager { * when placing calls. The user may still need to enable the {@link PhoneAccount} within * the phone app settings before the account is usable. *

- * Note: Each package is limited to 10 {@link PhoneAccount} registrations. - *

* A {@link SecurityException} will be thrown if an app tries to register a * {@link PhoneAccountHandle} where the package name specified within * {@link PhoneAccountHandle#getComponentName()} does not match the package name of the app. - *

- * A {@link IllegalArgumentException} will be thrown if an app tries to register a - * {@link PhoneAccount} when the upper bound limit, 10, has already been reached. * * @param account The complete {@link PhoneAccount}. */ -- cgit v1.2.3