From 77a744c75e538324bcda736c37b7a5cd4ffb1f15 Mon Sep 17 00:00:00 2001 From: fionaxu Date: Fri, 17 Mar 2017 14:35:39 -0700 Subject: remove deprecated SIM_ACTIVATION_REQUEST intent This deprecated intent voilates intent naming conventions as defined in CDD. Bug:35271104 Test: Manual Change-Id: Ic7f251a6471de31e17960d612e108203983ce32d --- core/java/android/content/Intent.java | 13 +------------ 1 file changed, 1 insertion(+), 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. - *

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. - *

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. *

Carrier apps that provide an implementation for this action may be invoked to configure -- cgit v1.2.3-59-g8ed1b