How can I send SMS without open/launch the Application service in Palm WebOS?

StackOverflow https://stackoverflow.com/questions/4591280

  •  15-10-2019
  •  | 
  •  

Pergunta

I am sending SMS in palm webOS by launching or opening the messaging application service. Sample code is here:

this.controller.serviceRequest("palm://com.palm.applicationManager", {
             method : 'open',
             parameters: {
                           id: 'com.palm.app.messaging',
                           params: {
                                     sms:'9848012345',
                                     messageText: 'This is the message.'
                                   }

                         } 

           });

Can I send that SMS without open/launch messaging application service? Any one please help me.

Foi útil?

Solução

No, that would allow unseen spam messages to be pervasive throughout webOS apps which is soemthing HP/Palm does not want.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top