Files
lawnchair/aconfig/launcher_search.aconfig
Anushree Ganjam 87603a10e8 Introduce "qsb_container_hotseat" layout to override the existing search_container_hotseat.
This layout is no-op in AOSP.

Bug: 405166827
Test: Manual
Flag: com.android.launcher3.enable_qsb_on_hotseat
Change-Id: Ief142c3c141a672c5a4c53814b7901ff322ed053
2025-04-16 22:21:50 +00:00

64 lines
1.6 KiB
Plaintext

package: "com.android.launcher3"
container: "system_ext"
flag {
name: "enable_private_space"
namespace: "launcher_search"
description: "Enables all Launcher features associated with private space."
bug: "306187906"
}
flag {
name: "private_space_animation"
namespace: "launcher_search"
description: "This flag enables the animation of the Private Space container"
bug: "299294792"
}
flag {
name: "private_space_sys_apps_separation"
namespace: "launcher_search"
description: "This flag enables showing system apps separate in Private Space container."
bug: "308054233"
}
flag {
name: "private_space_restrict_accessibility_drag"
namespace: "launcher_search"
description: "This flag disables accessibility drag for Private Space Apps."
bug: "289223923"
}
flag {
name: "private_space_restrict_item_drag"
namespace: "launcher_search"
description: "This flag disables drag and drop for Private Space Items."
bug: "289223923"
}
flag {
name: "nudge_pill"
namespace: "launcher_search"
description: "This flag enables change the nav or 3 button to nudge related edu (pill or icon) for CtS."
bug: "409121556"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "private_space_add_floating_mask_view"
namespace: "launcher_search"
description: "This flag enables the floating mask view as part of the Private Space animation. "
bug: "339850589"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_qsb_on_hotseat"
namespace: "launcher_search"
description: "Enable Search App's widget on hotseat"
bug: "405226308"
}