mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge "Add a feature flag for showing Search Educard in QSB" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
94a54203f3
@@ -285,6 +285,9 @@ public final class FeatureFlags {
|
||||
"FOLDABLE_WORKSPACE_REORDER", true,
|
||||
"In foldables, when reordering the icons and widgets, is now going to use both sides");
|
||||
|
||||
public static final BooleanFlag SHOW_SEARCH_EDUCARD_QSB = new DeviceFlag(
|
||||
"SHOW_SEARCH_EDUCARD_QSB", false, "Shows Search Educard for QSB entry in OneSearch.");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
synchronized (sDebugFlags) {
|
||||
for (DebugFlag flag : sDebugFlags) {
|
||||
|
||||
Reference in New Issue
Block a user