OSDN Git Service

Document type of euicc privileged action extras.
authorPatrick Huang <pinchin@google.com>
Mon, 18 Mar 2019 22:56:39 +0000 (15:56 -0700)
committerPatrick Huang <pinchin@google.com>
Mon, 18 Mar 2019 22:56:39 +0000 (15:56 -0700)
Bug: 128317614
Test: Test on phone
Change-Id: Ib7978807376c7987d3aa8a7e3d1dc4bc6c814c6a

telephony/java/android/telephony/euicc/EuiccManager.java

index bac8c03..c1037bb 100644 (file)
@@ -273,6 +273,8 @@ public class EuiccManager {
      * {@link #ACTION_DELETE_SUBSCRIPTION_PRIVILEGED}, and
      * {@link #ACTION_RENAME_SUBSCRIPTION_PRIVILEGED} providing the ID of the targeted subscription.
      *
+     * <p>Expected type of the extra data: int
+     *
      * @hide
      */
     @SystemApi
@@ -283,6 +285,8 @@ public class EuiccManager {
      * Key for an extra set on {@link #ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED} providing a boolean
      * value of whether to enable or disable the targeted subscription.
      *
+     * <p>Expected type of the extra data: boolean
+     *
      * @hide
      */
     @SystemApi
@@ -293,6 +297,8 @@ public class EuiccManager {
      * Key for an extra set on {@link #ACTION_RENAME_SUBSCRIPTION_PRIVILEGED} providing a new
      * nickname for the targeted subscription.
      *
+     * <p>Expected type of the extra data: String
+     *
      * @hide
      */
     @SystemApi