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

Commit

Permalink
Merge pull request #12882 from gasolin/issue-922620
Browse files Browse the repository at this point in the history
Bug 922620 - Wap push service activated by default, r=arthur
  • Loading branch information
gasolin committed Oct 16, 2013
2 parents 1248ea0 + bc84661 commit ede2d97
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 @@ -298,7 +298,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 ede2d97

Please sign in to comment.