Merge "Adding feature flags for Launcher reboot and load improvements" into main

This commit is contained in:
Sunny Goyal
2024-01-18 00:07:54 +00:00
committed by Android (Google) Code Review

View File

@@ -112,3 +112,17 @@ flag {
bug: "307527314"
is_fixed_read_only: true
}
flag {
name: "enable_reboot_unlock_animation"
namespace: "launcher"
description: "Enables unlock animation after device reboot"
bug: "298231234"
}
flag {
name: "enable_workspace_inflation"
namespace: "launcher"
description: "Enables asnc inflation of workspace icons"
bug: "318539160"
}