Merge "Adding feature flags for Launcher reboot and load improvements" into main
diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig
index 75b3f70..98dd4d6 100644
--- a/aconfig/launcher.aconfig
+++ b/aconfig/launcher.aconfig
@@ -112,3 +112,17 @@
     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"
+}