From 4b989476cf0603598bd3a7a03259bb617605e5da Mon Sep 17 00:00:00 2001 From: Muralidhar Reddy Mule Date: Fri, 16 Dec 2022 19:54:31 +0000 Subject: [PATCH] Revert "isSimPortAvailable API should return true if the calling..." Revert submission 20641600-isSimPortAvailable_t_qpr2 Reason for revert: All use cases are not working Reverted changes: /q/submissionid:20641600-isSimPortAvailable_t_qpr2 Change-Id: I12bbd4b4a55bb74b656359df7d8617bb8e6ab475 --- telephony/java/android/telephony/euicc/EuiccManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telephony/java/android/telephony/euicc/EuiccManager.java b/telephony/java/android/telephony/euicc/EuiccManager.java index 7991dfd6ee9f0..1252dc178cb97 100644 --- a/telephony/java/android/telephony/euicc/EuiccManager.java +++ b/telephony/java/android/telephony/euicc/EuiccManager.java @@ -1569,8 +1569,8 @@ public class EuiccManager { /** * Returns whether the passing portIndex is available. - * A port is available if it is active without an enabled profile on it or calling app can - * activate a new profile on the selected port without any user interaction. + * A port is available if it is active without enabled profile on it or + * calling app has carrier privilege over the profile installed on the selected port. * Always returns false if the cardId is a physical card. * * @param portIndex is an enumeration of the ports available on the UICC.