1package: "com.android.launcher3" 2container: "system_ext" 3 4flag { 5 name: "enable_private_space" 6 namespace: "launcher_search" 7 description: "Enables all Launcher features associated with private space." 8 bug: "306187906" 9} 10 11flag { 12 name: "private_space_animation" 13 namespace: "launcher_search" 14 description: "This flag enables the animation of the Private Space container" 15 bug: "299294792" 16} 17 18flag { 19 name: "private_space_sys_apps_separation" 20 namespace: "launcher_search" 21 description: "This flag enables showing system apps separate in Private Space container." 22 bug: "308054233" 23} 24 25flag { 26 name: "private_space_app_installer_button" 27 namespace: "launcher_search" 28 description: "This flag enables addition of App Installer button in Private Space container." 29 bug: "308064949" 30} 31 32flag { 33 name: "private_space_restrict_accessibility_drag" 34 namespace: "launcher_search" 35 description: "This flag disables accessibility drag for Private Space Apps." 36 bug: "289223923" 37} 38 39flag { 40 name: "private_space_restrict_item_drag" 41 namespace: "launcher_search" 42 description: "This flag disables drag and drop for Private Space Items." 43 bug: "289223923" 44} 45 46 47flag { 48 name: "private_space_add_floating_mask_view" 49 namespace: "launcher_search" 50 description: "This flag enables the floating mask view as part of the Private Space animation. " 51 bug: "339850589" 52 metadata { 53 purpose: PURPOSE_BUGFIX 54 } 55} 56