mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Need to create a bug-fix flag since feature flags can't reach nextfood in time for V. We do this by renaming the current flag. According to https://g3doc.corp.google.com/company/teams/android-core-experiments/trunk-stable/gantry-stages/bug-fix.md?cl=head After a flag declaration has been merged, it's no longer possible to change its purpose. If the purpose of a flag changes over time, simply rename the flag; this will create a new workflow and invalidate the previous workflow. In cases where renaming is not possible, please file a bug for the ACE oncall. Even when re-using the name of a flag for a new purpose, please note that all the progress in the pre-existing workflow will be lost; the new bug-fix workflow will start from scratch. bug: 339850589 Test: Presubmit/locally adb shell device_config put launcher_search com.android.launcher3.private_space_add_floating_mask_view true Flag: ACONFIG com.android.launcher3.private_space_add_floating_mask_view STAGING Change-Id: Iffbc6a93c4ef6bbe121e0c8fb83250174f367b9d
56 lines
1.4 KiB
Plaintext
56 lines
1.4 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_app_installer_button"
|
|
namespace: "launcher_search"
|
|
description: "This flag enables addition of App Installer button in Private Space container."
|
|
bug: "308064949"
|
|
}
|
|
|
|
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: "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
|
|
}
|
|
}
|