blob: 63a288079401fb7b5c12f46a505fe3df66bca37c [file] [log] [blame]
Liran Binyamin93059162024-05-31 14:15:19 -04001# proto-file: build/make/tools/aconfig/aconfig_protos/protos/aconfig.proto
2
Winson Chungbfe7f262023-09-12 20:29:22 +00003package: "com.android.wm.shell"
Ted Bauer31dba192024-04-04 16:41:46 +00004container: "system"
Winson Chungbfe7f262023-09-12 20:29:22 +00005
6flag {
Jeremy Simca90a5c2023-10-10 13:09:58 -07007 name: "enable_app_pairs"
8 namespace: "multitasking"
9 description: "Enables the ability to create and save app pairs to the Home screen"
10 bug: "274835596"
Ats Jenk0dfe8262023-10-11 09:53:39 -070011}
12
13flag {
Vinit Nayakeac71082023-10-24 16:17:39 -070014 name: "enable_split_contextual"
15 namespace: "multitasking"
16 description: "Enables invoking split contextually"
17 bug: "276361926"
18}
Tracy Zhou0d90a1d2023-11-07 13:46:38 -080019
20flag {
21 name: "enable_taskbar_navbar_unification"
22 namespace: "multitasking"
23 description: "Enables taskbar / navbar unification"
24 bug: "309671494"
25}
Hongwei Wange9c696f2023-10-17 11:27:39 -070026
27flag {
Hongwei Wang47ad23e2024-09-03 16:10:08 -070028 name: "enable_pip2"
Hongwei Wangc4e77222023-11-15 15:49:36 -080029 namespace: "multitasking"
30 description: "Enables the new implementation of PiP (PiP2)"
Hongwei Wang47ad23e2024-09-03 16:10:08 -070031 bug: "311462191"
Hongwei Wangc4e77222023-11-15 15:49:36 -080032}
Jeremy Sim9fe7d052023-11-06 15:22:15 -080033
34flag {
35 name: "enable_left_right_split_in_portrait"
36 namespace: "multitasking"
37 description: "Enables left/right split in portrait"
38 bug: "291018646"
39}
Mady Mellor58082392023-10-31 14:16:30 -070040
41flag {
42 name: "enable_new_bubble_animations"
43 namespace: "multitasking"
44 description: "Enables new animations for expand and collapse for bubbles"
45 bug: "311450609"
46}
Hongwei Wang5e32f112024-01-30 14:29:21 -080047
48flag {
49 name: "enable_pip_umo_experience"
50 namespace: "multitasking"
51 description: "Enables new UMO experience for PiP menu"
52 bug: "307998712"
53}
Mady Mellorfdfa2522024-01-31 12:41:29 -080054
55flag {
56 name: "enable_bubble_bar"
57 namespace: "multitasking"
58 description: "Enables the new bubble bar UI for tablets"
59 bug: "286246694"
60}
Ats Jenkf18e5c22024-02-13 17:40:18 -080061
62flag {
63 name: "enable_bubbles_long_press_nav_handle"
64 namespace: "multitasking"
65 description: "Enables long-press action for nav handle when a bubble is expanded"
66 bug: "324910035"
67}
Mady Mellor44553a72024-05-07 15:46:43 -070068
69flag {
70 name: "enable_optional_bubble_overflow"
71 namespace: "multitasking"
72 description: "Hides the bubble overflow if there aren't any overflowed bubbles"
73 bug: "334175587"
74}
Ats Jenk61326f12024-05-13 23:02:33 +000075
76flag {
77 name: "enable_retrievable_bubbles"
78 namespace: "multitasking"
79 description: "Allow opening bubbles overflow UI without bubbles being visible"
80 bug: "340337839"
81}
Mady Mellor27dd3bd2024-05-17 14:23:26 -070082
83flag {
84 name: "enable_bubble_stashing"
85 namespace: "multitasking"
86 description: "Allow the floating bubble stack to stash on the edge of the screen"
87 bug: "341361249"
88}
Brian Isganitis4cdff652024-05-22 16:19:13 -040089
90flag {
91 name: "enable_tiny_taskbar"
92 namespace: "multitasking"
93 description: "Enables Taskbar on phones"
94 bug: "341784466"
95}
Mady Mellord9e33992024-05-22 14:59:46 -070096
97flag {
98 name: "enable_bubble_anything"
99 namespace: "multitasking"
100 description: "Enable UI affordances to put other content into a bubble"
101 bug: "342245211"
102}
Liran Binyamin93059162024-05-31 14:15:19 -0400103
104flag {
105 name: "only_reuse_bubbled_task_when_launched_from_bubble"
106 namespace: "multitasking"
107 description: "Allow reusing bubbled tasks for new activities only when launching from bubbles"
108 bug: "328229865"
109 metadata {
110 purpose: PURPOSE_BUGFIX
111 }
112}
mpodolian5059eac2024-06-13 00:29:06 +0100113
114flag {
Tracy Zhouc4681912024-06-18 19:50:01 +0000115 name: "enable_taskbar_on_phones"
116 namespace: "multitasking"
117 description: "Enables taskbar on phones"
118 bug: "348007377"
119 metadata {
120 purpose: PURPOSE_BUGFIX
121 }
122}
mpodoliand9005012024-06-26 22:25:50 +0100123
124flag {
Winson Chungcec5a5a2024-09-19 18:39:59 +0000125 name: "enable_shell_top_task_tracking"
126 namespace: "multitasking"
127 description: "Enables tracking top tasks from the shell"
128 bug: "342627272"
129 metadata {
130 purpose: PURPOSE_BUGFIX
131 }
132}
133
134flag {
mpodoliand9005012024-06-26 22:25:50 +0100135 name: "enable_bubble_bar_in_persistent_task_bar"
136 namespace: "multitasking"
137 description: "Enable bubble bar to be shown in the persistent task bar"
138 bug: "346391377"
139}
Ats Jenk0c99c3f2024-08-13 22:11:13 +0000140
141flag {
142 name: "bubble_view_info_executors"
143 namespace: "multitasking"
144 description: "Use executors to inflate bubble views"
145 bug: "353894869"
146 metadata {
147 purpose: PURPOSE_BUGFIX
148 }
149}
Mady Mellor5af566d62024-08-30 15:07:52 -0700150
151flag {
152 name: "enable_bubble_to_fullscreen"
153 namespace: "multitasking"
154 description: "Enable an option to move bubbles to fullscreen"
155 bug: "363326492"
156}
Vinit Nayak7821ea12024-09-02 15:17:55 -0700157
158flag {
159 name: "enable_flexible_split"
160 namespace: "multitasking"
161 description: "Enables flexibile split feature for split screen"
162 bug: "349828130"
163}