MessengerContact contact=null; contact=BlackBerryMessenger.getInstance();.chooseContact();
This only delivers a pop up dialog containing the list but my requirement is to write the list of contacts in a file and store it somewhere.
MessengerContact contact=null; contact=BlackBerryMessenger.getInstance();.chooseContact();
This only delivers a pop up dialog containing the list but my requirement is to write the list of contacts in a file and store it somewhere.