Bug 1415266: Enable Pocket by default. r=liuche draft
authorMichael Comella <michael.l.comella@gmail.com>
Tue, 07 Nov 2017 11:09:13 -0800
changeset 694427 fb051077083172283067f096a63394f7d4fb4b74
parent 694426 2e4bef09de27a8c6c92f027048ed33aa3322948e
child 739330 ae94b6a7c46d9d9f1226975762f6f40fd0f8f56f
push id88122
push usermichael.l.comella@gmail.com
push dateTue, 07 Nov 2017 19:09:57 +0000
reviewersliuche
bugs1415266
milestone58.0a1
Bug 1415266: Enable Pocket by default. r=liuche MozReview-Commit-ID: CJXNQpsYTf6
mobile/android/app/src/main/res/values/bool.xml
--- a/mobile/android/app/src/main/res/values/bool.xml
+++ b/mobile/android/app/src/main/res/values/bool.xml
@@ -11,14 +11,12 @@
          choose a phone or tablet version of the UI even though the hardware stays the same). This
          can cause crashes when we branch on the value returned by HardwareUtils.
 
          In order to work around this, we define the resource size in resources with the expectation that
          we branch on that value, rather than HardwareUtils, so our code is consistent with the used resources.
          See bug 1277379 for a initiative to move all of the HardwareUtils code over. -->
     <bool name="is_large_resource">false</bool>
 
-    <!-- Pocket recommendations feature flag: change this to true when we want to ship (bug 1411657). -->
-    <bool name="pref_activitystream_pocket_enabled_default">false</bool>
-
+    <bool name="pref_activitystream_pocket_enabled_default">true</bool>
     <bool name="pref_activitystream_visited_enabled_default">true</bool>
     <bool name="pref_activitystream_recentbookmarks_enabled_default">true</bool>
 </resources>