Activity Manager

  • Identifier - ACTIVITY-MANAGER
  • Description - Allows to control applications within current device.
  • Current Version - 1
  • Initialization - None
  • Destroy - None
  • Dependencies - Core

Value Types

Name Description From Version Wrapper Class
APP-PACKAGE Represents an application. 1 VT_AppPackage_Wrapper

Trigger App Installed

Name APP-INSTALLED
Description Executes when installing a new application.
  Type Name Description
Variables ACTIVITY-MANAGER.APP-PACKAGE APP-PACKAGE Package of the installed application.
CORE.STRING APP-NAME Name of the installed application.

Trigger App Uninstalled

Name APP-UNINSTALLED
Description Executes when uninstalling an application.
  Type Name Description
Variables ACTIVITY-MANAGER.APP-PACKAGE APP-PACKAGE Package of the uninstalled application.

Performer Launch App

Name APP-LAUNCH
Description Launch an application.
  Type Name Required Description
Parameters ACTIVITY-MANAGER.APP-PACKAGE APP-PACKAGE Yes The application to execute.