diff options
| author | 2019-03-21 02:09:20 +0000 | |
|---|---|---|
| committer | 2019-03-21 02:09:20 +0000 | |
| commit | 4bcdd78d560f2a2da1bbba2ecb6e4f868a4a36e3 (patch) | |
| tree | 165a3876bc89e518779a1a5e87d738ab9027227c | |
| parent | 7e2e3337690702d58cd1c1b6e9202deddc39837e (diff) | |
| parent | c78c89d055e9a0f766e322e6929cc8bd73b67068 (diff) | |
Merge "Document type of euicc privileged action extras."
| -rw-r--r-- | telephony/java/android/telephony/euicc/EuiccManager.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/euicc/EuiccManager.java b/telephony/java/android/telephony/euicc/EuiccManager.java index 9babb30029d4..12ad140a64b5 100644 --- a/telephony/java/android/telephony/euicc/EuiccManager.java +++ b/telephony/java/android/telephony/euicc/EuiccManager.java @@ -272,6 +272,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 @@ -282,6 +284,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 @@ -292,6 +296,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 |