Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 922620 - Wap push service activated by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gasolin committed Oct 16, 2013
1 parent ab7c5f1 commit bc84661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/settings.js
Expand Up @@ -297,7 +297,7 @@ function execute(options) {
'wifi.disabled_by_wakelock': false,
'wifi.notification': false,
'wifi.connect_via_settings': false,
'wap.push.enabled': false
'wap.push.enabled': true
};

// We want the console to be disabled for device builds using the user variant.
Expand Down
3 changes: 2 additions & 1 deletion distribution_tablet/settings.json
@@ -1,3 +1,4 @@
{
"app.launch_path.blacklist": ["/dialer/index.html#keyboard-view"]
"app.launch_path.blacklist": ["/dialer/index.html#keyboard-view"],
"wap.push.enabled": false
}

0 comments on commit bc84661

Please sign in to comment.