Application in DroidScript is crashed when method OnMessage from sms service receive sms with symbolic phone number

255 Views Asked by At

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?

1

There are 1 best solutions below

0
Vertiporokh On BEST ANSWER

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

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