Introducing feature flag for optimizing overlay service connection

Bug: 254903450
Test: n/a
Change-Id: I2286be8583cc6dc46921b9ba8ef5505e5b8f0bf8
This commit is contained in:
Sunny Goyal
2022-10-21 14:06:49 -07:00
parent b9b7c38d55
commit 64453ae482
@@ -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
*/