1

So, code

function Onstage() {
  sms = app.CreateSMS();
  sms.SetOnMessage(sms_OnMessage);
}

function sms_OnMessage (number, message) {
  app.ShowPopup(number + ': ' + message);
}

is crashed when sms with symbolic phone number comes. Any idea how to fix it?

peter
  • 41,770
  • 5
  • 64
  • 108

1 Answers1

1

Answer here: https://groups.google.com/forum/m/#!starred/androidscript/lmCi2wKTqOs

If link will be broken - find similar theme in "DroidScript" group.