1package: "com.android.systemui.shared"
2container: "system"
3
4flag {
5    name: "example_shared_flag"
6    namespace: "systemui"
7    description: "An Example Flag"
8    bug: "308482106"
9}
10
11flag {
12    name: "return_animation_framework_library"
13    namespace: "systemui"
14    description: "Turn on Return functionality in the Animation library"
15    bug: "273205603"
16}
17
18flag {
19    name: "return_animation_framework_long_lived"
20    namespace: "systemui"
21    description: "Turn on long-lived Return registrations in the Animation library"
22    bug: "273205603"
23}
24
25flag {
26    name: "shade_allow_back_gesture"
27    namespace: "systemui"
28    description: "Allow Back Gestures in Shade"
29    bug: "309545085"
30}
31
32flag {
33    name: "enable_home_delay"
34    namespace: "systemui"
35    description: "Enables fix that exposes signal to notify the completion of the RRO loading."
36    bug: "307507412"
37    metadata {
38        purpose: PURPOSE_BUGFIX
39    }
40}
41
42flag {
43    name: "bouncer_area_exclusion"
44    namespace : "systemui"
45    description : "Exclusion List to calculated a default bouncer region on dream"
46    bug : "327003425"
47    metadata {
48        purpose: PURPOSE_BUGFIX
49    }
50}
51
52flag {
53  name: "new_touchpad_gestures_tutorial"
54  namespace: "systemui"
55  description: "Enables new interactive tutorial for learning touchpad gestures"
56  bug: "309928033"
57}
58
59flag {
60    name: "three_button_corner_swipe"
61    namespace: "systemui"
62    description: "Allow the Assistant corner swipe gesture while in 3 button mode"
63    bug: "361651619"
64}
65
66flag {
67    name: "new_customization_picker_ui"
68    namespace: "systemui"
69    description: "Enables the new design of the customization picker UI."
70    bug: "339081035"
71}
72
73flag {
74    name: "ambient_aod"
75    namespace: "systemui"
76    description: "Enables ambient wallpaper and AOD enhancements"
77    bug: "372655702"
78}
79
80flag {
81    name: "enable_launcher_icon_shapes"
82    namespace: "systemui"
83    description: "Enables launcher icon shapes customization"
84    bug: "348708061"
85}
86
87flag {
88    name: "smartspace_sports_card_background"
89    namespace: "systemui"
90    description: "Enables Smartspace sports card background protection and related ui updates"
91    bug: "380285747"
92    metadata {
93         purpose: PURPOSE_BUGFIX
94    }
95}
96