EXTRA_REPLACING constant

String const EXTRA_REPLACING

Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} intents to indicate that this is a replacement of the package, so this broadcast will immediately be followed by an add broadcast for a different version of the same package.

Implementation

static const String EXTRA_REPLACING = "android.intent.extra.REPLACING";