added sms receiver functionality to android

This commit is contained in:
rnvahey@gmail.com 2009-02-24 23:12:37 +07:00
parent 4993c1bf87
commit d8a46494ec
6 changed files with 4 additions and 1 deletions

View File

@ -309,3 +309,4 @@ function gotLocation(lat, lon) {
return Device.Location.set(lat, lon)
}

View File

@ -258,4 +258,4 @@ function onReceiveSms(number, message)
</fieldset>
</div>
<div id="preloader"></div></body></html>
<div id="preloader"></div></body></html>

Binary file not shown.

Binary file not shown.

View File

@ -235,3 +235,4 @@ public class PhoneGap{
}
}

View File

@ -65,3 +65,4 @@ public class SmsListener extends BroadcastReceiver
}
}