diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 89135292d7d33..560f3741c31b0 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -5243,6 +5243,18 @@ public class TelephonyManager { * Use this method when no subscriptions are available on the SIM and the operation must be * performed using the physical slot index. * + * This operation wraps two APDU instructions: + * + * + * Per Open Mobile API Specification v3.2 section 6.2.7.h, only p2 values of 0x00, 0x04, 0x08, + * and 0x0C are guaranteed to be supported. + * + * If the SELECT command's status word is not '9000', '62xx', or '63xx', the status word will be + * considered an error and the channel shall not be opened. + * * Input parameters equivalent to TS 27.007 AT+CCHO command. * *

Requires Permission: @@ -5274,6 +5286,18 @@ public class TelephonyManager { /** * Opens a logical channel to the ICC card. * + * This operation wraps two APDU instructions: + *

+ * + * Per Open Mobile API Specification v3.2 section 6.2.7.h, only p2 values of 0x00, 0x04, 0x08, + * and 0x0C are guaranteed to be supported. + * + * If the SELECT command's status word is not '9000', '62xx', or '63xx', the status word will be + * considered an error and the channel shall not be opened. + * * Input parameters equivalent to TS 27.007 AT+CCHO command. * *

Requires Permission: @@ -5291,6 +5315,18 @@ public class TelephonyManager { /** * Opens a logical channel to the ICC card. * + * This operation wraps two APDU instructions: + *

+ * + * Per Open Mobile API Specification v3.2 section 6.2.7.h, only p2 values of 0x00, 0x04, 0x08, + * and 0x0C are guaranteed to be supported. + * + * If the SELECT command's status word is not '9000', '62xx', or '63xx', the status word will be + * considered an error and the channel shall not be opened. + * * Input parameters equivalent to TS 27.007 AT+CCHO command. * *

Requires Permission: