From f2efcb53d0835db77f2f5d1716b4754ffb6d9cdc Mon Sep 17 00:00:00 2001 From: Becky Qiu Date: Mon, 26 Apr 2021 13:28:21 -0700 Subject: [PATCH] [Overview Sharing] Enable overview sharing for Droidfood. Bug: 169772466 Test: no test needed. Change-Id: Id717f1e81699488c4eb88e8ec2b3b634e28a8661 --- src/com/android/launcher3/config/FeatureFlags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java index 7d5ed60019..bad87043ef 100644 --- a/src/com/android/launcher3/config/FeatureFlags.java +++ b/src/com/android/launcher3/config/FeatureFlags.java @@ -151,7 +151,7 @@ public final class FeatureFlags { "ENABLE_OVERVIEW_SHARE", false, "Show Share button in Overview Actions"); public static final BooleanFlag ENABLE_OVERVIEW_SHARING_TO_PEOPLE = getDebugFlag( - "ENABLE_OVERVIEW_SHARING_TO_PEOPLE", false, + "ENABLE_OVERVIEW_SHARING_TO_PEOPLE", true, "Show indicators for content on Overview to share with top people. "); public static final BooleanFlag ENABLE_OVERVIEW_CONTENT_PUSH = getDebugFlag(