Launch a third-part y applicatio n from another third-part y applicatio n
Summary
This article applies to the following:
|
Procedure
On the BlackBerry smartphone, you can launch a third-party application from another third-party application. The following code samples demonstrate how this can be done.
Launching a Java application from another Java application
These examples demonstrate how to launch a Java application from another Java application.
Example 1
int modHandle = CodeModuleManager.getModuleHandle("MyApplication")
Example 2
ApplicationManager.getApplicationManager().launch(Note: An application can also schedule another application to be launched at a specific time. This can be done through the use of the ApplicationManager.scheduleApplication method.
|

