mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-21 00:02:46 +08:00
added sms receiver functionality to android
This commit is contained in:
@@ -309,3 +309,4 @@ function gotLocation(lat, lon) {
|
||||
return Device.Location.set(lat, lon)
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -258,4 +258,4 @@ function onReceiveSms(number, message)
|
||||
</fieldset>
|
||||
</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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user