OSDN Git Service

Removing unused intent extra
authorSuprabh Shukla <suprabh@google.com>
Mon, 28 Mar 2016 23:44:04 +0000 (16:44 -0700)
committerSuprabh Shukla <suprabh@google.com>
Mon, 28 Mar 2016 23:44:04 +0000 (16:44 -0700)
Change-Id: If3904d0b3878390e6a49776aa8fcbd4d8592016d

core/java/android/content/Intent.java

index 09aad3b..a614f28 100644 (file)
@@ -1579,14 +1579,6 @@ public class Intent implements Parcelable, Cloneable {
             = "android.intent.extra.UNINSTALL_ALL_USERS";
 
     /**
-     * Specified when the uninstall confirmation dialog is not required to be shown.
-     * Use with {@link #ACTION_UNINSTALL_PACKAGE}
-     * @hide
-     */
-    public static final String EXTRA_SKIP_UNINSTALL_CONFIRMATION =
-            "android.intent.extra.SKIP_UNINSTALL_CONFIRMATION";
-
-    /**
      * A string associated with a {@link #ACTION_UPGRADE_SETUP} activity
      * describing the last run version of the platform that was setup.
      * @hide