mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Merge "Minimal Phone Mode (part-1)" into ub-launcher3-rvc-qpr-dev am: 5484fd3e7a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12171290 Change-Id: I6b1fd31db8c70cd19d351db074bf2af8fe258e9c
This commit is contained in:
@@ -177,6 +177,10 @@ public final class FeatureFlags {
|
||||
public static final BooleanFlag USER_EVENT_DISPATCHER = new DeviceFlag(
|
||||
"USER_EVENT_DISPATCHER", true, "User event dispatcher collects logs.");
|
||||
|
||||
public static final BooleanFlag ENABLE_MINIMAL_DEVICE = new DeviceFlag(
|
||||
"ENABLE_MINIMAL_DEVICE", false,
|
||||
"Allow user to toggle minimal device mode in launcher.");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
synchronized (sDebugFlags) {
|
||||
for (DebugFlag flag : sDebugFlags) {
|
||||
|
||||
Reference in New Issue
Block a user