summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Muralidhar Reddy Mule <muralidharm@google.com> 2022-12-12 22:31:15 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-12-12 22:31:15 +0000
commitaf2ba65d089adb13dd78e05a4a698f06a457a544 (patch)
treeac57701db619f4fc28263c479287e04140f55416
parent801a4b98a3372954daf9e5732770e2e5f1c6bb0c (diff)
parenta64c45d50eee94e4ea3247717d4d81b525d791de (diff)
Merge "isSimPortAvailable API should return true if the calling app can activate a new profile on the selected port without any user consent or deactivate dialog." 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 1252dc178cb9..7991dfd6ee9f 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 enabled profile on it or
- * calling app has carrier privilege over the profile installed on the selected port.
+ * 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.
* Always returns false if the cardId is a physical card.
*
* @param portIndex is an enumeration of the ports available on the UICC.