How to detect that any blackberry application is screen density supportive or not?

StackOverflow https://stackoverflow.com/questions/10246660

  •  02-06-2021
  •  | 
  •  

Pregunta

I want to develop one application which I will install on my Bold Device.now is it possible for my application to retrieve information regarding application which are installed on my device that these applications can be installed on other devices like Torch/Storm/Tablet phones of blackberry. is it possible? Thanks in advance

¿Fue útil?

Solución

Even Java API, with richer than Web-SDK functionality, does not provide such information about installed applications. To inspect all possible actions over installed apps look at CodeModuleManager and ApplicationManager classes from RIM API SDK.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top