Files
Lawnchair/aconfig/launcher_search.aconfig
T
Himanshu Gupta 3ec66fb333 Preventing DragAndDrop for PS apps.
This Cl restricts item dragging for PS apps from
all launcher surfaces such as AllApps, AppPredictionRow, etc.

Video: https://photos.app.goo.gl/PKGw8n23hJVJMyUk7

Flag: ACONFIG com.android.launcher3.Flags.private_space_restrict_item_drag DEVELOPMENT
Bug: 289223923
Test: Ran Launcher3 tests
Change-Id: I2c5dbaa325095ec63aedf39b6b2c269f745d58ca
2024-02-01 06:46:25 +00:00

43 lines
1.2 KiB
Plaintext

package: "com.android.launcher3"
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"
}