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: "shade_allow_back_gesture"
20    namespace: "systemui"
21    description: "Allow Back Gestures in Shade"
22    bug: "309545085"
23}
24
25flag {
26    name: "enable_home_delay"
27    namespace: "systemui"
28    description: "Enables fix that exposes signal to notify the completion of the RRO loading."
29    bug: "307507412"
30    metadata {
31        purpose: PURPOSE_BUGFIX
32    }
33}
34
35flag {
36    name: "bouncer_area_exclusion"
37    namespace : "systemui"
38    description : "Exclusion List to calculated a default bouncer region on dream"
39    bug : "327003425"
40    metadata {
41        purpose: PURPOSE_BUGFIX
42    }
43}
44