Merge "add more comments for API getAidForAppType" am: 818a6e70e2 am: acb365f14b

am: bc8be72c02

Change-Id: I7d53e1ec57eb6a5a2399c82d21d90ea21b5d60c1
This commit is contained in:
Chen Xu
2018-12-03 06:50:28 -08:00
committed by android-build-merger

View File

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