Package net.rim.device.api.system

Examples of net.rim.device.api.system.ApplicationManager.launch()


    try {
      ApplicationManager manager = ApplicationManager.getApplicationManager();
      int moduleHandle = CodeModuleManager
          .getModuleHandleForClass(AuthenticatorApplication.class);
      String moduleName = CodeModuleManager.getModuleName(moduleHandle);
      manager.launch(moduleName + "?uri&" + Uri.encode(mUri));
    } catch (ApplicationManagerException e) {
      e.printStackTrace();
    }
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.