Loading telephony/java/android/telephony/TelephonyManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -8859,12 +8859,14 @@ public class TelephonyManager { * * <p>Requires one of the following permissions: * <ul> * <li>READ_PRIVILEGED_PHONE_STATE * <li>the calling app has carrier privileges (see {@link #hasCarrierPrivileges}). * <li>the calling app has been granted the * {@link Manifest.permission#USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER} permission. * </ul> * * The use of {@link Manifest.permission#READ_PRIVILEGED_PHONE_STATE} is deprecated. * Use {@link Manifest.permission#USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER instead. * * @param appType the icc application type, like {@link #APPTYPE_USIM} * @param authType the authentication type, any one of {@link #AUTHTYPE_EAP_AKA} or * {@link #AUTHTYPE_EAP_SIM} or {@link #AUTHTYPE_GBA_BOOTSTRAP} or Loading Loading
telephony/java/android/telephony/TelephonyManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -8859,12 +8859,14 @@ public class TelephonyManager { * * <p>Requires one of the following permissions: * <ul> * <li>READ_PRIVILEGED_PHONE_STATE * <li>the calling app has carrier privileges (see {@link #hasCarrierPrivileges}). * <li>the calling app has been granted the * {@link Manifest.permission#USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER} permission. * </ul> * * The use of {@link Manifest.permission#READ_PRIVILEGED_PHONE_STATE} is deprecated. * Use {@link Manifest.permission#USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER instead. * * @param appType the icc application type, like {@link #APPTYPE_USIM} * @param authType the authentication type, any one of {@link #AUTHTYPE_EAP_AKA} or * {@link #AUTHTYPE_EAP_SIM} or {@link #AUTHTYPE_GBA_BOOTSTRAP} or Loading