summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author chen xu <fionaxu@google.com> 2018-11-28 12:02:54 -0800
committer chen xu <fionaxu@google.com> 2018-11-28 12:04:41 -0800
commitce10d98c74165bd722e40aa7d32e31073cda6bc2 (patch)
tree7b1aca5d41c4296ba3cdb5ad3cdacb89a852d176
parent742048924f6b01658729f94c740f32cdd536dacf (diff)
add more comments for API getAidForAppType
Bug: 119620470 Test: Build Change-Id: I5df3e0d2f0ed93610a601aebf81f67deae4e1c05
-rw-r--r--telephony/java/android/telephony/TelephonyManager.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java
index e7b4f6a98bbc..0e583888818f 100644
--- a/telephony/java/android/telephony/TelephonyManager.java
+++ b/telephony/java/android/telephony/TelephonyManager.java
@@ -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}
*