blob: 3ff40e0886a4cef48fe69bfe96927c93609ecfa4 [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 Wangc4e77222023-11-15 15:49:36 -080028 name: "enable_pip2_implementation"
29 namespace: "multitasking"
30 description: "Enables the new implementation of PiP (PiP2)"
31 bug: "290220798"
32 is_fixed_read_only: true
33}
Jeremy Sim9fe7d052023-11-06 15:22:15 -080034
35flag {
36 name: "enable_left_right_split_in_portrait"
37 namespace: "multitasking"
38 description: "Enables left/right split in portrait"
39 bug: "291018646"
40}
Mady Mellor58082392023-10-31 14:16:30 -070041
42flag {
43 name: "enable_new_bubble_animations"
44 namespace: "multitasking"
45 description: "Enables new animations for expand and collapse for bubbles"
46 bug: "311450609"
47}
Hongwei Wang5e32f112024-01-30 14:29:21 -080048
49flag {
50 name: "enable_pip_umo_experience"
51 namespace: "multitasking"
52 description: "Enables new UMO experience for PiP menu"
53 bug: "307998712"
54}
Mady Mellorfdfa2522024-01-31 12:41:29 -080055
56flag {
57 name: "enable_bubble_bar"
58 namespace: "multitasking"
59 description: "Enables the new bubble bar UI for tablets"
60 bug: "286246694"
61}
Ats Jenkf18e5c22024-02-13 17:40:18 -080062
63flag {
64 name: "enable_bubbles_long_press_nav_handle"
65 namespace: "multitasking"
66 description: "Enables long-press action for nav handle when a bubble is expanded"
67 bug: "324910035"
68}
Mady Mellor44553a72024-05-07 15:46:43 -070069
70flag {
71 name: "enable_optional_bubble_overflow"
72 namespace: "multitasking"
73 description: "Hides the bubble overflow if there aren't any overflowed bubbles"
74 bug: "334175587"
75}
Ats Jenk61326f12024-05-13 23:02:33 +000076
77flag {
78 name: "enable_retrievable_bubbles"
79 namespace: "multitasking"
80 description: "Allow opening bubbles overflow UI without bubbles being visible"
81 bug: "340337839"
82}
Mady Mellor27dd3bd2024-05-17 14:23:26 -070083
84flag {
85 name: "enable_bubble_stashing"
86 namespace: "multitasking"
87 description: "Allow the floating bubble stack to stash on the edge of the screen"
88 bug: "341361249"
89}
Brian Isganitis4cdff652024-05-22 16:19:13 -040090
91flag {
92 name: "enable_tiny_taskbar"
93 namespace: "multitasking"
94 description: "Enables Taskbar on phones"
95 bug: "341784466"
96}
Mady Mellord9e33992024-05-22 14:59:46 -070097
98flag {
99 name: "enable_bubble_anything"
100 namespace: "multitasking"
101 description: "Enable UI affordances to put other content into a bubble"
102 bug: "342245211"
103}
Liran Binyamin93059162024-05-31 14:15:19 -0400104
105flag {
106 name: "only_reuse_bubbled_task_when_launched_from_bubble"
107 namespace: "multitasking"
108 description: "Allow reusing bubbled tasks for new activities only when launching from bubbles"
109 bug: "328229865"
110 metadata {
111 purpose: PURPOSE_BUGFIX
112 }
113}
mpodolian5059eac2024-06-13 00:29:06 +0100114
115flag {
116 name: "animate_bubble_size_change"
117 namespace: "multitasking"
118 description: "Turns on the animation for bubble bar icons size change"
119 bug: "335575529"
120 metadata {
121 purpose: PURPOSE_BUGFIX
122 }
123}
Tracy Zhouc4681912024-06-18 19:50:01 +0000124
125flag {
126 name: "enable_taskbar_on_phones"
127 namespace: "multitasking"
128 description: "Enables taskbar on phones"
129 bug: "348007377"
130 metadata {
131 purpose: PURPOSE_BUGFIX
132 }
133}
mpodoliand9005012024-06-26 22:25:50 +0100134
135flag {
136 name: "enable_bubble_bar_in_persistent_task_bar"
137 namespace: "multitasking"
138 description: "Enable bubble bar to be shown in the persistent task bar"
139 bug: "346391377"
140}