Merge "Introducing feature flag for optimizing overlay service connection" into tm-qpr-dev am: dd3d50d76a

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

Change-Id: I5ee3a4c61855add0b0d26069996aed77930fe18d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Sunny Goyal
2022-10-26 17:06:37 +00:00
committed by Automerger Merge Worker

View File

@@ -156,6 +156,11 @@ public final class FeatureFlags {
"ENABLE_SMARTSPACE_DISMISS", true,
"Adds a menu option to dismiss the current Enhanced Smartspace card.");
public static final BooleanFlag ENABLE_OVERLAY_CONNECTION_OPTIM = getDebugFlag(
"ENABLE_OVERLAY_CONNECTION_OPTIM",
false,
"Enable optimizing overlay service connection");
/**
* Enables region sampling for text color: Needs system health assessment before turning on
*/