EXTRA_DONT_KILL_APP constant

String const EXTRA_DONT_KILL_APP

Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or {@link android.content.Intent#ACTION_PACKAGE_CHANGED} intents to override the default action of restarting the application.

Implementation

static const String EXTRA_DONT_KILL_APP =
    "android.intent.extra.DONT_KILL_APP";