bb messenger - Programmatically share the text in BBM blackberry -
i need share text in bbm, have tried code
protected void sendbbm() { blackberrymessenger bbm = blackberrymessenger.getinstance(); int modulehandle = codemodulemanager.getmodulehandle("net_rim_bb_qm_peer"); applicationdescriptor[] apdes = codemodulemanager.getapplicationdescriptors(modulehandle); try { applicationmanager.getapplicationmanager().launchapplication("net_rim_bb_qm_peer"); } catch (applicationmanagerexception e) { e.printstacktrace(); } }
it's going bbm menu in simulator. but, when run in 9300 mobile it's going catch statement(error starting null: null
), , bbm not opening.
can provide solutions solve issue?
Comments
Post a Comment