The AppManager Service API is supported since Flash Lite Player 3.0 on S60 5th Edition devices.
The AppManager Service API allows Flash Lite applications to access and launch
applications on a mobile device. The API is integrated with Flash Lite through the Service object.
For an overview of the service and the API, see section Accessing and launching installed applications.
To use the AppManager Service API, your Flash Lite application must first create a Service object
for it.
Use Service.AppManager to identify the service provider
and IAppManager to identify the supported interface:
var appManager = new Service("Service.AppManager", "IAppManager");
This service object can then be used to access the services provided by the API: