Launches the phone application, pre-populated with a telephone number (user must still click "send").
Example usage:
this.controller.serviceRequest('palm://com.palm.applicationManager', {
method: 'open',
parameters: {
target: "tel://4085556666"
}
});