summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Muralidhar Reddy Mule <muralidharm@google.com> 2022-12-17 13:01:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-12-17 13:01:52 +0000
commit81c088391c00ee04b9f5786e6793efbc7beb838c (patch)
tree7e9ac9c98793bf4b5b22f990e48c543c7320f358
parent591c007930f05decb8f691a8c4cb795d9dfc15a2 (diff)
parent4b989476cf0603598bd3a7a03259bb617605e5da (diff)
Merge "Revert "isSimPortAvailable API should return true if the calling..."" into tm-qpr-dev
-rw-r--r--telephony/java/android/telephony/euicc/EuiccManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/android/telephony/euicc/EuiccManager.java b/telephony/java/android/telephony/euicc/EuiccManager.java
index 7991dfd6ee9f..1252dc178cb9 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.