ACTION_MY_PACKAGE_UNSUSPENDED constant
String
const ACTION_MY_PACKAGE_UNSUSPENDED
Broadcast Action: Sent to a package that has been 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 #ACTION_MY_PACKAGE_SUSPENDED @see #EXTRA_SUSPENDED_PACKAGE_EXTRAS @see PackageManager#isPackageSuspended() @see PackageManager#getSuspendedPackageAppExtras()
Implementation
static const String ACTION_MY_PACKAGE_UNSUSPENDED =
"android.intent.action.MY_PACKAGE_UNSUSPENDED";