mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
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:
@@ -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