I know this is a simple one, but I\'m not sure the name of the framework item that will help me. (I know Google could solve this one but my keyworks fail me)
I\'m tr
To get the phone number:
String phoneNum = net.rim.blackberry.api.phone.Phone.getDevicePhoneNumber(false);
To get the Owner's name:
String owner = net.rim.device.api.system.OwnerInfo.getOwnerName();