I want to develop an app which can "Block the Invocation of some Blackberry native app's" whenever that applications get opened.
My problem is, how can any native application get closed through a background thread of other third party application? I have tried to pass "Escape" key event but it's not passing to the native app through a third party app's thread.
Is there any way to get the menu of the native application (from the background thread of other application) to execute the “close” command of that native application?
I have tried free version of Mr. Safe, from the Blackberry application world. It blocks selected applications successfully. You can see it here: http://appworld.blackberry.com/webstore/content/63110/?lang=en
So I am sure there must be a way to close native apps from another third party app, but don't know how to do this.