Introducing feature flag for optimizing overlay service connection
Bug: 254903450 Test: n/a Change-Id: I2286be8583cc6dc46921b9ba8ef5505e5b8f0bf8
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user