mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
removed some dev comments
This commit is contained in:
parent
d8a46494ec
commit
0e2d4d6af7
@ -293,7 +293,6 @@ var Device = {
|
||||
return Device.exec(xsound + clip);
|
||||
},
|
||||
|
||||
// notifications
|
||||
notification: {
|
||||
watchPosition: function(filter) {
|
||||
window.DroidGap.notificationWatchPosition(filter);
|
||||
|
@ -15,11 +15,11 @@
|
||||
|
||||
initGap = function() {
|
||||
// Device.init() initializes OS-Device values
|
||||
// UNDO Device.init();
|
||||
Device.init();
|
||||
|
||||
|
||||
// Device.Location.init() to initalize location
|
||||
// UNDO Device.Location.init();
|
||||
Device.Location.init();
|
||||
|
||||
//Device.Acceleration.callback = updateAccel;
|
||||
}
|
||||
@ -99,11 +99,11 @@ receiveSmsNotification = function(func)
|
||||
function onReceiveSms(number, message)
|
||||
{
|
||||
$('number').value = number;
|
||||
$('message').value = message
|
||||
$('message').value = message;
|
||||
}
|
||||
|
||||
|
||||
// UNDO addLoadEvent(initGap);
|
||||
addLoadEvent(initGap);
|
||||
|
||||
</script>
|
||||
</head><body orient="landscape">
|
||||
|
BIN
bin/DroidGap.apk
BIN
bin/DroidGap.apk
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user