From 24d68d852b3862161a2cf45bc063cc2ded469eea Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Wed, 3 Jan 2024 11:38:09 -0800 Subject: [PATCH] Adding feature flags for Launcher reboot and load improvements Bug: 318539160 Bug: 298231234 Test: N/A Flag: ACONFIG com.android.launcher3.enable_reboot_unlock_animation DEVELOPMENT Flag: ACONFIG com.android.launcher3.enable_workspace_inflation DEVELOPMENT Change-Id: Ica99710a4168eae556ea656f65a444628f9fd8e9 --- aconfig/launcher.aconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index 3166d82d29..fc2be06a5b 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -105,3 +105,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" +}