diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index ef290d23fcdba..ae197a0b81c56 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -8582,7 +8582,8 @@ public class TelephonyManager { /** * Return the application ID for the uicc application type like {@link #APPTYPE_CSIM}. - * All uicc applications are uniquely identified by application ID. See ETSI 102.221 and 101.220 + * All uicc applications are uniquely identified by application ID, represented by the hex + * string. e.g, A00000015141434C00. See ETSI 102.221 and 101.220 *
Requires Permission: * {@link android.Manifest.permission#READ_PRIVILEGED_PHONE_STATE} *