Get a list of all installed applications on Blackberry
Posted
by Fermin
on Stack Overflow
See other posts from Stack Overflow
or by Fermin
Published on 2009-09-03T11:12:07Z
Indexed on
2010/03/19
13:51 UTC
Read the original article
Hit count: 259
blackberry
|integration
Hi,
Is it possible to get a list of all applications installed in a Blackberry, similar to the applications list when you go into your settings.
I can get a list of all visible applications using the following but I was wondering if it's possible to get a list of apps that aren't necessarily running but are installed,
ApplicationDescriptor[] descriptors =
ApplicationManager.getApplicationManager().getVisibleApplications();
© Stack Overflow or respective owner