• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# proto-file: build/make/tools/aconfig/aconfig_protos/protos/aconfig.proto
2
3package: "com.android.wm.shell"
4container: "system"
5
6flag {
7    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"
11}
12
13flag {
14    name: "enable_split_contextual"
15    namespace: "multitasking"
16    description: "Enables invoking split contextually"
17    bug: "276361926"
18}
19
20flag {
21    name: "enable_taskbar_navbar_unification"
22    namespace: "multitasking"
23    description: "Enables taskbar / navbar unification"
24    bug: "309671494"
25}
26
27flag {
28    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}
34
35flag {
36    name: "enable_left_right_split_in_portrait"
37    namespace: "multitasking"
38    description: "Enables left/right split in portrait"
39    bug: "291018646"
40}
41
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}
48
49flag {
50    name: "enable_pip_umo_experience"
51    namespace: "multitasking"
52    description: "Enables new UMO experience for PiP menu"
53    bug: "307998712"
54}
55
56flag {
57    name: "enable_bubble_bar"
58    namespace: "multitasking"
59    description: "Enables the new bubble bar UI for tablets"
60    bug: "286246694"
61}
62
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}
69
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}
76
77flag {
78    name: "enable_retrievable_bubbles"
79    namespace: "multitasking"
80    description: "Allow opening bubbles overflow UI without bubbles being visible"
81    bug: "340337839"
82}
83
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}
90
91flag {
92    name: "enable_tiny_taskbar"
93    namespace: "multitasking"
94    description: "Enables Taskbar on phones"
95    bug: "341784466"
96}
97
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}
104
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}
114
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}
124