Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a3bff18 authored by Suprabh Shukla's avatar Suprabh Shukla Committed by Android (Google) Code Review
Browse files

Merge "Removing unused intent extra" into nyc-dev

parents a8213eeb 2810b694
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -1580,14 +1580,6 @@ public class Intent implements Parcelable, Cloneable {
    public static final String EXTRA_UNINSTALL_ALL_USERS
    public static final String EXTRA_UNINSTALL_ALL_USERS
            = "android.intent.extra.UNINSTALL_ALL_USERS";
            = "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
     * A string associated with a {@link #ACTION_UPGRADE_SETUP} activity
     * describing the last run version of the platform that was setup.
     * describing the last run version of the platform that was setup.