mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Create Flag for Region Sampling in Smartspace" into tm-qpr-dev am: 4fb9dbb9f5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/19397546 Change-Id: I137e5137ab98fb1fc7f824ea1f5a25d18ee9a372 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -169,6 +169,13 @@ public final class FeatureFlags {
|
||||
"ENABLE_SMARTSPACE_DISMISS", true,
|
||||
"Adds a menu option to dismiss the current Enhanced Smartspace card.");
|
||||
|
||||
/**
|
||||
* Enables region sampling for text color: Needs system health assessment before turning on
|
||||
*/
|
||||
public static final BooleanFlag ENABLE_REGION_SAMPLING = getDebugFlag(
|
||||
"ENABLE_REGION_SAMPLING", false,
|
||||
"Enable region sampling to determine color of text on screen.");
|
||||
|
||||
public static final BooleanFlag ALWAYS_USE_HARDWARE_OPTIMIZATION_FOR_FOLDER_ANIMATIONS =
|
||||
getDebugFlag(
|
||||
"ALWAYS_USE_HARDWARE_OPTIMIZATION_FOR_FOLDER_ANIMATIONS", false,
|
||||
|
||||
Reference in New Issue
Block a user