Merge "add more comments for API getAidForAppType"

This commit is contained in:
Chen Xu
2018-11-29 19:07:32 +00:00
committed by Gerrit Code Review

View File

@@ -8558,7 +8558,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
* <p>Requires Permission:
* {@link android.Manifest.permission#READ_PRIVILEGED_PHONE_STATE}
*