views:

30

answers:

1

I want to develop an application which gets the details of other installed applications on Blackberry. Is there any possibility?

A: 

Yes, you can use CodeModuleGroupManager.loadAll() to get a list of all applications installed on the device.

Marc Novakowski