Loading core/java/android/content/Intent.java +8 −0 Original line number Diff line number Diff line Loading @@ -1574,6 +1574,14 @@ public class Intent implements Parcelable, Cloneable { public static final String 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 * describing the last run version of the platform that was setup. Loading Loading
core/java/android/content/Intent.java +8 −0 Original line number Diff line number Diff line Loading @@ -1574,6 +1574,14 @@ public class Intent implements Parcelable, Cloneable { public static final String 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 * describing the last run version of the platform that was setup. Loading