06-03-2009 12:18 AM - edited 06-03-2009 12:24 AM
Hi,
We can Invoke blackberry application usingthe following method in Invoke Class
public static void invokeApplication(int appType,
ApplicationArguments args)
Examples :
Invoke.invokeApplication( Invoke.APP_TYPE_PHONE, new PhoneArguments( PhoneArguments.ARG_CALL, "2233111" ) );
Invoke.invokeApplication( Invoke.APP_TYPE_CALENDAR, new CalendarArguments());
I need to get all the list of supported application (with int appType) by the phone.
Any one knows any methods (or have any idea) for getting the same ?
Solved! Go to Solution.
06-03-2009 12:42 AM
06-03-2009 01:20 AM
Hi,
Thank You for your response. The information is helpful for me.
But i have one more problem Please read the following
I think the latest api is 4.7.0(http://www.blackberry.com/developers/docs/4.7.0api
APP_TYPE_ADDRESSBOOK
APP_TYPE_BLUETOOTH_CONFIG
APP_TYPE_CALCULATOR
APP_TYPE_CALENDAR
APP_TYPE_CAMERA
APP_TYPE_MAPS
APP_TYPE_MEMOPAD
APP_TYPE_MESSAGES
APP_TYPE_PHONE
APP_TYPE_SEARCH
APP_TYPE_TASKS
1. Is there any new application which can access using Invoke method (is http://www.blackberry.com/developers/docs/4.7.0api
2.Where i can get the latest API (ie location of API for latest OS)?
06-03-2009 01:49 AM
Yes, 4.7 is the latest version.
Any new releases will be announced in the Developer sections.