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

This commit is contained in:
Sunny Goyal
2022-10-26 16:24:16 +00:00
committed by Android (Google) Code Review

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
*/