Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24d68d85 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

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
parent 7c44333f
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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"
}