ACTION_PACKAGE_UNSUSPENDED_MANUALLY constant

String const ACTION_PACKAGE_UNSUSPENDED_MANUALLY

Broadcast Action: Sent to indicate that the user unsuspended a package.

This can happen when the user taps on the neutral button of the {@linkplain SuspendDialogInfo suspend-dialog} which was created by using {@link SuspendDialogInfo#BUTTON_ACTION_UNSUSPEND}. This broadcast is only sent to the suspending app that originally specified this dialog while calling {@link PackageManager#setPackagesSuspended(String[], boolean, PersistableBundle, PersistableBundle, SuspendDialogInfo)}.

Includes an extra {@link #EXTRA_PACKAGE_NAME} which is the name of the package that just got unsuspended.

This is a protected intent that can only be sent by the system. This will be delivered to {@link BroadcastReceiver} components declared in the manifest.

@see PackageManager#setPackagesSuspended(String[], boolean, PersistableBundle, PersistableBundle, SuspendDialogInfo) @see PackageManager#isPackageSuspended() @see SuspendDialogInfo#BUTTON_ACTION_MORE_DETAILS @hide

Implementation

static const String ACTION_PACKAGE_UNSUSPENDED_MANUALLY =
    "android.intent.action.PACKAGE_UNSUSPENDED_MANUALLY";