Merge "[Overview Sharing] Turn on the feature flag for overview sharing." into sc-dev am: 5354abb0e7

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14342901

Change-Id: Ic4dfe1c6b6b73cebbf12c56398afcbe94f951fe8
This commit is contained in:
TreeHugger Robot
2021-04-29 02:33:46 +00:00
committed by Automerger Merge Worker

View File

@@ -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(