diff options
| author | 2017-03-17 23:24:28 +0000 | |
|---|---|---|
| committer | 2017-03-17 23:24:29 +0000 | |
| commit | 7f8d27f84b4dc123bca45866bd12562c33d1d928 (patch) | |
| tree | 3c4cf00abd97e9bd485a9968f4712605581cc3fd | |
| parent | 9a8d78dc86c414ef1d4fa892ce0daa68ff2cdc05 (diff) | |
| parent | 77a744c75e538324bcda736c37b7a5cd4ffb1f15 (diff) | |
Merge "remove deprecated SIM_ACTIVATION_REQUEST intent"
| -rw-r--r-- | core/java/android/content/Intent.java | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index b7876d99bcba..2ce22b432aa3 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1083,18 +1083,7 @@ public class Intent implements Parcelable, Cloneable { * @hide */ public static final String ACTION_CALL_PRIVILEGED = "android.intent.action.CALL_PRIVILEGED"; - /** - * Activity action: Activate the current SIM card. If SIM cards do not require activation, - * sending this intent is a no-op. - * <p>Input: No data should be specified. get*Extra may have an optional - * {@link #EXTRA_SIM_ACTIVATION_RESPONSE} field containing a PendingIntent through which to - * send the activation result. - * <p>Output: nothing. - * @hide - */ - @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) - public static final String ACTION_SIM_ACTIVATION_REQUEST = - "android.intent.action.SIM_ACTIVATION_REQUEST"; + /** * Activity Action: Main entry point for carrier setup apps. * <p>Carrier apps that provide an implementation for this action may be invoked to configure |