diff options
| author | 2022-12-12 22:31:15 +0000 | |
|---|---|---|
| committer | 2022-12-12 22:31:15 +0000 | |
| commit | af2ba65d089adb13dd78e05a4a698f06a457a544 (patch) | |
| tree | ac57701db619f4fc28263c479287e04140f55416 | |
| parent | 801a4b98a3372954daf9e5732770e2e5f1c6bb0c (diff) | |
| parent | a64c45d50eee94e4ea3247717d4d81b525d791de (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.java | 4 |
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. |