Anushree Ganjam | e1e7119 | 2023-10-23 14:39:46 -0700 | [diff] [blame] | 1 | package: "com.android.launcher3" |
| 2 | |
| 3 | flag { |
| 4 | name: "enable_private_space" |
| 5 | namespace: "launcher_search" |
| 6 | description: "Enables all Launcher features associated with private space." |
| 7 | bug: "306187906" |
| 8 | } |
Brandon Dayauon | f7f6071 | 2023-11-09 10:24:37 -0800 | [diff] [blame] | 9 | |
| 10 | flag { |
| 11 | name: "private_space_animation" |
| 12 | namespace: "launcher_search" |
| 13 | description: "This flag enables the animation of the Private Space container" |
| 14 | bug: "299294792" |
Himanshu Gupta | 6c25654 | 2023-12-13 17:11:40 +0000 | [diff] [blame] | 15 | } |
| 16 | |
| 17 | flag { |
| 18 | name: "private_space_sys_apps_separation" |
| 19 | namespace: "launcher_search" |
| 20 | description: "This flag enables showing system apps separate in Private Space container." |
| 21 | bug: "308054233" |
| 22 | } |
| 23 | |
| 24 | flag { |
| 25 | name: "private_space_app_installer_button" |
| 26 | namespace: "launcher_search" |
| 27 | description: "This flag enables addition of App Installer button in Private Space container." |
| 28 | bug: "308064949" |
Himanshu Gupta | f591ce5 | 2024-01-15 18:14:59 +0530 | [diff] [blame] | 29 | } |
| 30 | |
| 31 | flag { |
| 32 | name: "private_space_restrict_accessibility_drag" |
| 33 | namespace: "launcher_search" |
| 34 | description: "This flag disables accessibility drag for Private Space Apps." |
| 35 | bug: "289223923" |
| 36 | } |
Himanshu Gupta | 3ec66fb | 2024-01-30 09:00:12 +0000 | [diff] [blame^] | 37 | |
| 38 | flag { |
| 39 | name: "private_space_restrict_item_drag" |
| 40 | namespace: "launcher_search" |
| 41 | description: "This flag disables drag and drop for Private Space Items." |
| 42 | bug: "289223923" |
| 43 | } |