forked from github/cordova-android
added sms receiver functionality to android
This commit is contained in:
parent
4993c1bf87
commit
d8a46494ec
@ -309,3 +309,4 @@ function gotLocation(lat, lon) {
|
|||||||
return Device.Location.set(lat, lon)
|
return Device.Location.set(lat, lon)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -258,4 +258,4 @@ function onReceiveSms(number, message)
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="preloader"></div></body></html>
|
<div id="preloader"></div></body></html>
|
||||||
|
BIN
bin/DroidGap.apk
BIN
bin/DroidGap.apk
Binary file not shown.
Binary file not shown.
@ -235,3 +235,4 @@ public class PhoneGap{
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,3 +65,4 @@ public class SmsListener extends BroadcastReceiver
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user