diff options
| author | 2017-03-17 23:44:09 +0000 | |
|---|---|---|
| committer | 2017-03-17 23:44:09 +0000 | |
| commit | 606f1ae931e95f130f0d08d8628af0b31cf5ee9c (patch) | |
| tree | c2eafe807cf7751061f3d498e6a623547a990996 | |
| parent | c47f92b374ee9c1e9b8e467ed8474ef78cb736af (diff) | |
| parent | 4aadda19022d89f81e507b0dfb0a446f123c7055 (diff) | |
Merge "remove deprecated SIM_ACTIVATION_REQUEST intent" am: 7f8d27f84b
am: 4aadda1902
Change-Id: I5c01a75cbb65b8374548c18c5139f9d892e14f49
| -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 0309cb3b7ac2..58d94fc5aac2 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 |