diff --git a/assets/gap.js b/assets/gap.js index 9b35db10..973cb399 100644 --- a/assets/gap.js +++ b/assets/gap.js @@ -293,7 +293,6 @@ var Device = { return Device.exec(xsound + clip); }, - // notifications notification: { watchPosition: function(filter) { window.DroidGap.notificationWatchPosition(filter); diff --git a/assets/index.html b/assets/index.html index cd4232cb..f10e7784 100644 --- a/assets/index.html +++ b/assets/index.html @@ -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); diff --git a/bin/DroidGap.apk b/bin/DroidGap.apk index 859dbd9f..1d748d5b 100644 Binary files a/bin/DroidGap.apk and b/bin/DroidGap.apk differ diff --git a/bin/resources.ap_ b/bin/resources.ap_ index 36eba470..0950b435 100644 Binary files a/bin/resources.ap_ and b/bin/resources.ap_ differ